Skip to content

FabianUlises/breadcrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breadcrud is an app made to demonstrate CRUD operations using serverside rendering for the front-end.

Post new breads and edit or delete them. Form is using mongoose validation on the back-end.

Tech stack used:
  • git
  • expressjs
  • nodejs
  • express-react-views
  • mongodb
  • mongoose
Here area a list of available routes
  • "/" GET - Home route
  • "/breads" GET - Get all breads
  • "/breads" POST - Create new bread
  • "/breads/new" GET - Form to create new bread
  • "/breads/:id" GET - Get bread by id
  • "/breads/:id" PUT - Update bread by id
  • "/breads/:id" DELETE - Delete bread by id
  • "/breads/:id/edit" GET - Form to update bread by id
  • "/bakers" GET - Get all bakers
  • "/bakers/:id" GET - Get baker by id
  • "/bakers/:id" DELETE - Delete baker by id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published