Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.17 KB

File metadata and controls

91 lines (67 loc) · 2.17 KB

GreenGlide-SmartWaste-System

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.

Table of Contents

Overview

  • 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.

Features

  • 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.

Dependencies

  • Express, React
  • Git
  • Github

Git-Setup

Clone the repository:

git clone https://github.com/shaurya35/GreenGlide-SmartWaste-System
cd GreenGlide-SmartWaste-System

Client Setup

Redirect to client:

cd client

Install the dependencies:

npm install

Run client Interface:

npm run dev

Server Setup

Redirect to server:

cd server

Install the dependencies:

npm install

Create a .env file:

PORT=
MONGO_URI=
JWT_SECRET=
  1. Run Server:
npm run dev

Usage

Access the app in your web browser at http://localhost:5173/.

Contributors