Covid19 outbreak status monitoring and case tracking. This dashboard will be used by Ministry of health for internal logging and monitoring.
-
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
demo credentials username: 1234567890 password: password
# 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