https://github.com/kadambari68/road-complaint-tracker
A web portal for users where they can lodge grievances regarding poor road conditions. Upload the location and images of the damaged roads. Track the status of the grievances and send reminders .
https://github.com/kadambari68/road-complaint-tracker
api otp-less php-mysql progressive-web-app webdevelopment
Last synced: 4 months ago
JSON representation
A web portal for users where they can lodge grievances regarding poor road conditions. Upload the location and images of the damaged roads. Track the status of the grievances and send reminders .
- Host: GitHub
- URL: https://github.com/kadambari68/road-complaint-tracker
- Owner: kadambari68
- License: mit
- Created: 2023-03-09T18:46:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T09:14:57.000Z (6 months ago)
- Last Synced: 2025-01-15T11:02:10.058Z (6 months ago)
- Topics: api, otp-less, php-mysql, progressive-web-app, webdevelopment
- Language: JavaScript
- Homepage:
- Size: 16.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Road Complaint Tracker
Road Complaint Tracker is a web-based platform designed to empower citizens by enabling them to report road issues directly to municipal authorities. The system integrates geolocation services for precise reporting and utilizes WhatsApp API for streamlined communication, significantly enhancing the efficiency of civic issue resolution.
Features:
* User-Friendly Interface: Built with HTML, CSS, and JavaScript, featuring a responsive design for accessibility across devices.
* Geolocation Mapping: Leveraged Leaflet.js to display complaint locations on interactive maps.
* WhatsApp Integration: Utilized WhatsApp API for instant notifications and feedback to users.
* Backend Functionality: Developed with PHP and MySQL for robust server-side operations and data management.# You can set up this on your PC
Must install PHP version (FOR WINDOWS) & (FOR MAC) Both
Tutorial - https://www.youtube.com/watch?v=mVBe75aGBHQ
PHP version used -> ( 8.1.9 )
Must install xampp (FOR WINDOWS) and MAMP (FOR MAC)
Tutorial - https://www.youtube.com/watch?v=at19OmH2Bg4
MySQL version used -> ( 8.0.29 )
Step -1 Download Zip fileStep -2 Unzip it & move it to htdocs folder
Step -3 Go to xampp-panel or mamp pannel and start apache and mysql
Step -4 To Setup the database, open
localhost:8888/phpmyadmin (FOR MAC & MAMP)
localhost/phpmyadmin (FOR WINDOWS & XAMPP)
Step -5 Create New DatabaseStep -6 Database Name "cms"
Step -7 Import Database from "htdocs/db/cms.sql" directory.
cms.sql (db file)
Step -8 Run in the browserlocalhost:8888// (FOR MAC)
localhost// (FOR WINDOWS)




