Skip to content

kendrickw/ontario-covid-tracker

Repository files navigation

Ontario COVID-19 Tracker

Ontario COVID-19 Tracker

Prerequisites

To install node_modules:

yarn

start development server

yarn run dev

debug development server

Add debugger; statement in server code to set an initial breakpoint for ndb.

yarn run dev:debug

start production server

yarn build
yarn start

deploy to Google Cloud

Install google cloud SDK:

brew tap homebrew/cask
brew cask install google-cloud-sdk

This app require the following google cloud APIs:

  • App Engine

Refer to Setup Google Cloud APIs for more information.

To deploy: (Enable Billing if you haven't already)

gcloud auth login
gcloud app deploy --project [YOUR_PROJECT_ID]

To disable app (and stop billing):

  • In GCP, goto 'App Engine'... 'Settings'... 'Disable application'
  • In GCP, goto 'Billing'... 'Manage Billing'.... 'Disable billing'

About

Covid-19 Tracker in Ontario

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published