https://github.com/samridhi060/waste-management-system
The Waste Management System is a database-driven application designed to manage waste collection, user complaints, and waste production data.
https://github.com/samridhi060/waste-management-system
sql wastemanagement
Last synced: 4 months ago
JSON representation
The Waste Management System is a database-driven application designed to manage waste collection, user complaints, and waste production data.
- Host: GitHub
- URL: https://github.com/samridhi060/waste-management-system
- Owner: Samridhi060
- Created: 2025-03-27T09:12:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T14:43:17.000Z (about 1 year ago)
- Last Synced: 2025-03-28T15:34:29.857Z (about 1 year ago)
- Topics: sql, wastemanagement
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waste Management System
## Overview
The Waste Management System is a database-driven application designed to manage waste collection, user complaints, and waste production data. This project is built using SQL to create a structured database that supports various operations related to waste management in urban areas.
## Features
- **User Management**: Store and manage user information, including names, contact details, and area associations.
- **Area Management**: Manage geographical areas for waste collection.
- **Complaint Handling**: Users can file complaints regarding waste management services, which can be tracked and resolved.
- **Waste Production Tracking**: Record and analyze the amount of waste produced by users on a daily basis.
- **Vehicle Management**: Keep track of waste collection vehicles and their drivers.
- **Waste Collection Scheduling**: Manage waste collection times and areas.
## Database Structure
The database consists of the following tables:
1. **tb_User**: Stores user details.
2. **tb_Area**: Contains information about different areas.
3. **tb_Address**: Maps users to their addresses.
4. **tb_Complaint**: Records user complaints related to waste management.
5. **tb_Waste_Produced**: Tracks the amount of waste produced by each user.
6. **tb_Vehicle**: Manages waste collection vehicles and their drivers.
7. **tb_Waste_Collection**: Logs waste collection events.