Covid19 outbreak status monitoring and case tracking. This dashboard will be used by Ministry of health for internal logging and monitoring.
You need to add an environment variable in the respective .env file for VUE_APP_GOOGLE_MAPS_API_KEY
with a valid google maps API key for maps to show properly.
-
Authentication is through AWS Cognito
-
previous demo credentials[below] doesn't work any more
-
cases list and management removed, since the data collection and aggregation is done through other projects
-
(New!)The master branch of this repo will automatically be deployed to - http://dashboard.ethiopia-covid19.com
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate