Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 396 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 396 Bytes

Cookenu

link base: https://cookenu-28.herokuapp.com

Endpoints:

-Singup: /singup body: name, email, password

-Login: /login body: email, password

-Informações do user: /user header: token

-Criar receita: /recipe/new body: tittle, description header: token

-Pegar receita pelo id: /recipe/:id params: id header: token

-Pegar user pelo id: /user/:id params: id header: token