A full-stack web application for reporting and tracking local issues, facilitating communication between the public and relevant authorities.
CivicSewa is a platform designed to bridge the gap between citizens and local authorities. It provides a user-friendly interface for reporting civic issues such as potholes, broken streetlights, and waste management problems. By crowdsourcing this information, the application aims to improve the efficiency of issue resolution and enhance community engagement.
- To provide a centralized platform for reporting and tracking local issues.
- To improve transparency and accountability in the issue resolution process.
- To facilitate better communication between the public and government departments.
- To empower citizens to take an active role in improving their communities.
- To reduce manual labor and automate most processes.
- User Authentication: Secure user registration and login system.
- Issue Reporting: Users can report issues with details like location, description, and images.
- Interactive Map: A map-based visualization of reported issues using the Google Maps API.
- Role-Based Dashboards: Separate dashboards for users, department officials, and administrators with role-specific functionalities.
- Local Reported Issues: User can see issues reported in their area and upvote those to show support to that issue
- Duplication Detection: If duplicate of any issue is detected in the same area (using AI) then user gets option to upvote that instead .(This saves storage space)
- Smart Detection: AI model checks for SPAM , Automatically gets the department for that issue , Automatically assigns priority based on the severity of the issue
- Real-time Issue Tracking: Users can track the status of their reported issues in real-time.
- Admin Panel: Admins can manage users, view all reported issues, and assign them to the relevant departments.
- Department Panel: Departments can view, update, and resolve the issues assigned to them.
- Email Notifications: Automated email notifications for status updates on reported issues.
- React: A JavaScript library for building user interfaces.
- React Router: For client-side routing.
- Tailwind CSS: A utility-first CSS framework.
- Axios: For making HTTP requests to the backend.
- Vite: A modern frontend build tool.
- Node.js: A JavaScript runtime environment.
- Express.js: A web application framework for Node.js.
- MongoDB: A NoSQL database for storing application data.
- Mongoose: An ODM library for MongoDB.
- JSON Web Tokens (JWT): For user authentication and authorization.
- Cloudinary: For cloud-based image management.
- Nodemailer: For sending emails.
To get a local copy up and running, follow these simple steps.
- Node.js and npm installed on your machine.
- A MongoDB database (local or cloud-based).
- A Cloudinary account for image storage.
- Clone the repository:
git clone https://github.com/ishandeep48/CrowdSource_Issue.git
- Navigate to the project directory:
cd CrowdSource_Issue - Install frontend dependencies:
cd CrowdSource npm install - Install backend dependencies:
cd ../BackEnd npm install - Set up environment variables:
Create a
.envfile in theBackEnddirectory and add the following variables:DB_CONNECTION_STRING=<your_mongodb_connection_string> SECKEY=<your_jwt_secret> CLOUD_NAME=<your_cloudinary_cloud_name> CLOUD_KEY=<your_cloudinary_api_key> CLOUD_SECRET=<your_cloudinary_api_secret> EMAIL=<your_email_address> PASS=<your_app_password>
- Start the backend server:
cd BackEnd node index.js - Start the frontend development server:
cd ../CrowdSource npm run devS - Open your browser and navigate to
http://localhost:5173.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
CivicSewa © 2025 by Ishan Deep is licensed under CC BY-NC-ND 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-nd/4.0/
Ishan Deep - [email protected]
Project Link: https://github.com/ishandeep48/CrowdSource_Issue




