Healthy Camp Monitoring Tool for hygiene monitoring using Power Bi and Kobo
A python environment on any platform with MongoDB installed
Install requirements
$ pip install -r requirements.txt
$ export FLASK_APP=tasks.py
$ import_form_data KOBO_ID KOBO_USERNAME KOBO_PASSWORD
Run on terminal: mongod
Run on another terminal:
export FLASK_APP=tasks.py
python -m flask run
flask import_form_data 108163 unicef_leb PRIME2017
flask run_aggregation
https://docs.mongodb.com/manual/reference/operator/aggregation/add/
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Flask - The web framework used
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ali Chamseddine - First Version - achamseddine
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc