This is an application that enables its users to report issues such as corruption and others public concern issues to the government and other involved organisations.
https://github.com/IssaIan/iReporter.git
python3 -m virtualenv env source evn/bin/activate
pip install -r requirements.txt
export FLASK_APP=run.py
flask run
- Create an incident: /api/v1/incidents
- Edit a specific incident comment/description: /api/v1/incident_id/descrition
- Edit a specific incident location: /api/v1/incident_id/location
- Create a user: /api/v1/users
- Get or update a specific user: /api/v1/users/user_id