Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 667 Bytes

readme.MD

File metadata and controls

33 lines (21 loc) · 667 Bytes

Front-end

npm run start

Back-end

nodemon server

Routes

La route POST pour créer un compte

http://localhost:3000/api/auth/signup

La route POST pour se loguer

http://localhost:3000/api/login

La route GET pour obtenir les articles

http://localhost:3000/api/sauces

La route GET pour obtenir single sauce

http://localhost:3000/api/sauce/:id

La route POST pour créer un article

http://localhost:3000/api/sauces

La route PUT pour modifier un article

http://localhost:3000/api/sauces/:id

La route DELETE pour supprimer

http://localhost:3000/api/sauces/:id

La route POST pour aimer l'article

http://localhost:3000/api/sauces/:id/like