During an epidemic period, manage the people in contact and notify them when the test result is positive!
During an epidemic period, manage the people in contact and notify them when the test result is positive! you also have the possibility of configuring symptoms, giving them scores and knowing automatically after a diagnosis whether a person is potentially sick or not.
You can easily manage:
Grouping people data.
Possibility of estimating people’s probabilities of illness based on the symptoms developed.
Notify people by sms/email when a positive test result is detected.
Reset the database anytime you want.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Log on to Gmail and activate the option “Less secure access to applications” .
Use with Docker http://www.docker.io
Pull Docker image on your computer and run:
docker pull atchopba/epidemic-notifier
docker run -d -p 5000:5000 --name epidemic-notifier atchopba/epidemic-notifier
OR
You can build a Dcker image on your computer and run :
docker build -t epidemic-notifier .
docker run -p 5000:5000 epidemic-notifier
Finally, go to your web browser: http://localhost:5000/
Then, the home page.
… add diagnostic
… add consultation
… add life condition
… add test
The “guerison” is to set how personne was healed
… and the notification is
Otherwise, at each notification, files are created in the “temp“ directory.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details
Set your account less secure