Real time monitoring system for crowd sourced traffic events.
- Clone &
cd
to directory bundle install
- Install monogodb
mongod
bundle exec volt server
- Real time Google maps backed dash board
- Volt powered reactive frontend that sync between multiple instances of the app.
- Web app to post data to map.
- SMS based system to post data to the dashboard.
- Volt
- Ruby
- Google Maps
Any device can send event data to the system using the following API:
GET /api/event?sender=<device_id>&content=<some_text>&location=<local_place_name>&type=<event_type>&mobile=<10_digit_number>
Project implemented as part of Kerala Road Safety Hackathon
The project is just a proof of concept implemented in 24 hours. And there might be numerous issues and implementation/design flaws. Please use this with care.
The project won first prize in software category.