Welcome to GreenGlide-EcoTrack, an innovative web application designed to tackle the inefficiencies of urban waste management. Developed by the BitMaker from Institute of Technical Education and Research, this project aims to enhance waste tracking, segregation, and management through cutting-edge technology.
- Greenglide serves as an innovative platform for waste management, optimizing disposal and recycling activities. It provides an intuitive interface for users to monitor and manage waste streams, improve sustainability, and stay organized with smart waste tracking.
- Smart Waste Tracking: Monitor and track different types of waste with ease.
- Disposal Scheduling: Set up and manage waste disposal schedules with notifications.
- Recycling Insights: Get insights into recycling data and sustainability reports.
- Responsive Design: Optimized for all devices including desktops, tablets, and mobile phones.
- Contact Form: Allows users to send queries or issues related to the platform using Nodemailer.
- Express, React
- Git
- Github
Clone the repository:
git clone https://github.com/shaurya35/GreenGlide-SmartWaste-System
cd GreenGlide-SmartWaste-System
Redirect to client:
cd client
Install the dependencies:
npm install
Run client Interface:
npm run dev
Redirect to server:
cd server
Install the dependencies:
npm install
Create a .env file:
PORT=
MONGO_URI=
JWT_SECRET=
- Run Server:
npm run dev
Access the app in your web browser at http://localhost:5173/
.