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