/covid-19-demo-express-js-app

Display covid19api.com API summary data

Primary LanguagePug

My COVID-19 Tracker Demo App

This is a simple Node.js, Express application that loads summary data from the COVID-19 API.

Tutorials that walk through its creation step-by-step are available here.

  1. Start Here to Make a Useful COVID-19 Tracker with Node.js
  2. Making an Even-More-Useful COVID-19 Tracker with Node.js

Getting Started

If you want to skip the tutorial and run this code:

  1. clone or download the repository (git clone git@github.com:harveyramer/covid-19-demo-express-js-app.git)
  2. Navigate in your terminal to the root directory (cd covid-19-demo-express-js-app)
  3. Check out this branch (git checkout tutorial-2)
  4. Install the project (npm install)
  5. Start the server (npm start)
  6. Navigate to your project in a browser (http://localhost:3000)