arpitv970 / CORONA-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack Technology Status
Front-End HTML, CSS, Bootstrap
Back-End Node.js, Express.js
Data-Base MongoDB

Installing

This Project is based on Node.js so first install it!

Include node_modules using npm

npm init

If package.json is not showing express version, then install Express using npm

npm install express --save

Running on Local-Host

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

node index.js

For new changes in project to be reflected automatically use the following commands in CORONA-SITE directory

nodemon index.js

About


Languages

Language:HTML 80.0%Language:CSS 15.4%Language:JavaScript 4.6%