Skip to content

A simple notes application using node js, express and mongodb with resful api in it.

Notifications You must be signed in to change notification settings

deaaprizal/restful-api-node-mongodb-simple-notesapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restful-api-node-mongodb-simple-notesapp

A simple notes application using node js, express and mongodb with resful api in it. Back End Web Development

What is in the packaging?

  • express js
  • body parser
  • mongoose
  • nodemon

What kind of methods?

  • posts
  • get
  • put
  • delete

Code Guide:

  1. Routes -> for applying all of the listed methods
  2. Controllers -> for transfering model to the routes
  3. Model -> mongodb database schemas
  4. Server.js -> Main back end for running this application

Running on port 8001

About

A simple notes application using node js, express and mongodb with resful api in it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published