Skip to content

indraone01/SimpleExpressMongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleExpressMongoDB

Simple CRUD demonstration of MongoDB implementation with Monk.

Note:

  1. Install MongoDB, please visit this link for more information: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu
  2. Trun off MongoDB service as root, type on shell: yourdirectory:~$ sudo service mongod stop
  3. Change the path of DB, type on shell: yourdirectory:~$ mongod --dbpath=[$yourdirectory]/SimpleExpressMongoDB/data
  4. Start again MongoDB service as root, type on shell: yourdirectory:~$ sudo service mongod start

About

Simple CRUD demonstration of MongoDB implementation with Monk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published