This sample is published as part of the blog article at https://vntalking.com:
- Please make sure that you have:
- node.js installed (https://nodejs.org/)
- have mongodb installed and running locally (https://www.mongodb.com/)
- Using Windows, just open the terminal at where you installed mongo and run
mongod.exe
- Using Windows, just open the terminal at where you installed mongo and run
- run npm install in your root project folder
To run the project, please use a command line the following:
- npm start
- It will run the server at port 3600.