8000 GitHub - devwalex/backend: backend for a recipe api (OpenClassroom)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

devwalex/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

backend for a recipe api (OpenClassroom)

  1. npm install
  2. nodemon

EndPoint

  • GET /api/recipes — returns all recipes in database
  • GET /api/recipes/:id — returns the recipe with the provided ID from the database
  • POST /api/recipes — adds a new recipe to the database
  • PUT /api/recipes/:id — modifies the recipe with the provided ID
  • DELETE /api/recipes/:id — deletes the recipe with the provided ID

Frontend

The front end app has already been built, and can be pulled from the following repo: https://github.com/OpenClassrooms-Student-Center/5614116-go-fullstack-recipe-frontend.git

npm install , and then ng serve (requires the Angular CLI).

About

backend for a recipe api (OpenClassroom)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0