Skip to content

Secret-Family-Recipies/Back-end

Repository files navigation

Back-end

Shhh it's a secret

<----------Endpoints--------->

Post /api/auth/register

example:

username:"JennaB"
password:"numberOne"

Post /api/auth/login

example:

username:"JennaB"
password:"numberOne"

Recipe Endpoints

/api/recipes

recipe example:

        "id": 1,
        "title": "Eggs",
        "createdBy": "Grandma",
        "ingredients": "cake, eggs,",
        "instructions": "Love"

Post Recipe /api/recipes

Update Recipe /api/recipes/:id

Delete Recipe /api/recipes/:id

About

Secret Family Recipies Backend Repo

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors