Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleBackend

Boilerplate for NodeJS, ExpressJS, MongoDB with Mongoose Application.

Methods:

GET Endpoint: https://tratodemo.herokuapp.com/api Description: List all the items stored at the collection

GET Id Especifico Endpoint: https://tratodemo.herokuapp.com/api/ Description: List a specific item that match the given ID.

POST Endpoint: https://tratodemo.herokuapp.com/api Description: Add a new item to the collection. Body: { "user": "Hector", "postBody": "Note body" }

PUT Endpoint: https://tratodemo.herokuapp.com/api/ Description: Uptade a specific item at the collection. Body: { "user": "Hector", "postBody": "New Note body" }

DELETE Endpoint: https://tratodemo.herokuapp.com/api/ Description: Delete the item that match the given ID.

About

Boilerplate for NodeJS, ExpressJS Application.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages