- Trần Minh Tiến
- Nguyễn Hữu Doanh
- Lê Viết Trung
Requires:
$ cd Web-Project
$ npm init -y
$ npm install
To connect to MongoDB, use two tabs terminal, once active MongoDB and once use for run app:
$ mongod
For normal usage, use this:
$ node app.js
For dynamic restart server when code have changed, use this:
$ npm install nodemon
$ nodemon
Server run on localhost port 3000
$ localhost:3000
- MongoDB Installation from London App Brewery