iReporter is an App that enables any citizen to bring any form of corruption to the notice of the appropriate authorities and the general public. Users can also report on things that needs government intervention.
Project Demo: Project Demo
Admin Demo: Admin Demo
- Users can sign up
- Users can log in
- Users can create redflag or intervention report
- Users can edit their reports
- Users can delete their reports
- Users can view all their reports
- Users can add geo-location to their report
- Users can change the geo-location of their report
- Admin can change status of the report to either:
- Resolve
- Pending
- Delete
- Node JS
- Express
- Babel
- Travis CI
- Code Climate & Coveralls
To run: Install NodeJS and git on your machine
$ git clone https://github.com/vincentiroleh/iReporter
$ cd iReporter
$ npm install
$ npm start
Vincent Iroleh