Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.94 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.94 KB

covid-near-me

GitHub Build Status Coverage Status Codacy Badge David GitHub issues GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

Get daily covid information based on your location

A responsive web application that gets the users current location and returns covid statistics for the local authority the location is covered by.


How to run

  • Docker (required)
  • Npm (optional)

Using Docker:

docker-compose up --build -d

Using Npm:

npm run compose

The application will be available on port 3000 when the script successfully executes.