Skip to content

NodeJS Express with MongoDB, Mongoose + REST API for confusion server

Notifications You must be signed in to change notification settings

oguzhnatly/serverside-nodeexpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Node JS Express with MongoDB, Mongoose (REST API)

  # Install Modules
  $ npm install
  
  # Basically to run MongoDB on your local web
  $ mongod --dbpath=data --bind_ip 127.0.0.1
  
  # Run the app
  $ npm start

To run the app, make sure to already have MongoDB Community Edition. To install your device, visit that page.

About

NodeJS Express with MongoDB, Mongoose + REST API for confusion server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages