https://chefmode.herokuapp.com/
api will send you json objects
https://chefmode.herokuapp.com/users/
https://chefmode.herokuapp.com/users/registration
{
"username": string,
"name": string,
"password": string,
"email": string,
"phone_number": string,
"location":string,
"bio":string
}
https://chefmode.herokuapp.com/users/login
{
"email": string,
"password": string
}
https://chefmode.herokuapp.com/users/:id
https://chefmode.herokuapp.com/users/:id
https://chefmode.herokuapp.com/recipes/
https://chefmode.herokuapp.com/recipes/
{
"title": string,
"meal_type" : string,
"img": string,
"ingredients": string,
"instructions" : string,
"user_id" : integer
}
https://chefmode.herokuapp.com/recipes/:id
https://chefmode.herokuapp.com/recipes/usr/:id