/nCoV-19-App

Covid-19 DecVos App

Primary LanguageHTML

nCoV-19 Web App

My First Nodejs App

My nCoV-19 Web Application Using Nodejs

This is my first application using Nodejs. Read a ton of information on the internet, saw a few tutorials on youtube (Net Ninja) and built this application.

This is a webapp with all the information relating to COVID-19, latest news, educational quizes, health metric calculators, etc.

This is the directory structure of the project:

root/ project root directory
├─ bin/ web server launch & project startup
├─ db/ database storage and manipulations
├─ public/ public assets
├─ routes/ project browsing routes
├─ views/ markup for rendered pages
├─ node-modules/ all node modules and their pre-req

  • Install dependencies
  • Run the application bin/www
$ npm install
$ npm run start

Browse http://localhost:8080

Tiny Caveat: There is need to wait a little bit for Database to synchronize with latest data on startup ONLY. In production, a cronjob can be setup to update daily during off-peak time.

Login as Guest and see the magic.