Skip to content

CelineSebe/P6_HotTakes

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published