It is a solution proposed by the E-Voir team (of which I am the developer) to the hackathon organized by the Francophone Africa Community of Open Data (CAFDO) in 2019. This solution aims to respond to the following challenge : "How can IATI data help communities meet the education and health needs of French-speaking West African citizens?". Our solution intervenes in the field of education and is a web application.
# educ'aid
Platform for collecting needs in schools and presenting education aid data
### Requirements
* Python 3.x+
* PIP (Python Dependency Manager)
### Clone project
```$ git clone
github.com```
### Installation
* `pip install -r requirements.txt`
* `flask run --reload # optionally you add --port=5000`
### Quickstart the tool
* ```$ FLASK_APP=app.py```
* ```$ export FLASK_ENV=development```
* ```$ flask run```
### On localhost
```$ localhost:5000```
### On Heroku server
```$
educ-aid.herokuapp.com```
## Contributors
* Paul Bouaffou - Developer of project
## License
This project is open source and available under the MIT License.