https://github.com/chigurakula-bs/garbage-management-system
The world is in a stage of upgradation, there is one stinking problem we have to deal with. Garbage! In our daily life, we see the pictures of garbage bins being overfull and all the garbage spills out. This leads to the number of diseases and insects and mosquitoes breed on it. so here we developed a system to avoid garbage.
https://github.com/chigurakula-bs/garbage-management-system
css html interface-design javascript web-development website
Last synced: about 2 months ago
JSON representation
The world is in a stage of upgradation, there is one stinking problem we have to deal with. Garbage! In our daily life, we see the pictures of garbage bins being overfull and all the garbage spills out. This leads to the number of diseases and insects and mosquitoes breed on it. so here we developed a system to avoid garbage.
- Host: GitHub
- URL: https://github.com/chigurakula-bs/garbage-management-system
- Owner: Chigurakula-BS
- Created: 2023-06-27T06:21:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T07:49:17.000Z (almost 3 years ago)
- Last Synced: 2025-05-14T16:18:17.959Z (about 1 year ago)
- Topics: css, html, interface-design, javascript, web-development, website
- Language: SCSS
- Homepage:
- Size: 21.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
README
How to run the Garbage Management System (GMS) Project
1. Download the zip file
2. Extract the file and copy gms folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name garbagemsdb
6. Import garbagemsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/gms (frontend)
Credential for admin panel :
Username: admin
Password: Test@123
Credential for driver panel :
Username: vams123
Password: Test@123
Or Register a new driver.
Credential for User panel :
Username: Johndoe123
Password: Test@123
Or Register a new User.