DiseaseControl is a disease control platform that facilitates end-to-end tracking of disease cases and resolutions keeping all nodes involved, starting from local level and growing up into a county wide level. This piece of software is originally designed to cover the needs of control software for Moldovan healthcare system for fighting against Coronavirus Covid-19.
The project started at C19.md Initiative Hackaton (March 2020).
- Git
- Docker
- NodeJS v12.x.x (for non docker usage)
git clone https://github.com/nicoletailiuha/frontend-disease-control.git
cd frontend-disease-control
npm i
Start develpment server:
npm run start
Build project:
npm run build
Deploy to a server you have SSH access given:
DEPLOY_SERVER_ROOT=/root/spa DEPLOY_SERVER_DSN=root@139.59.159.64 ./bin/deploy.sh
The server as to have Docker installed.