Stack |
Technology |
Status |
Front-End |
HTML, CSS, Bootstrap |
☑ |
Back-End |
Node.js, Express.js |
☑ |
Data-Base |
MongoDB |
☐ |
This Project is based on Node.js so first install it!
Include node_modules
using npm
If package.json
is not showing express version, then install Express using npm
npm install express --save
After Installing Node.js, run the project on local
To run the this project, run index.js
file using following commands in CORONA-SITE
directory
For new changes in project to be reflected automatically use the following commands in CORONA-SITE
directory