Created a web platform to enable volunteers to efficiently find and clear wastes generated near them using React and MapBox Api. Users can add location of such waste sites near them on the map. Volunteers can then see waste sites and then click to volunteer, see available volunteers to clear such areas.
We made this project in hackathon called Hack the Fall 2.0. It was 2 days hackathon, so we added whatever we could in that two days.
Clone the project
git clone https://github.com/Xaier310/wasteTracker.git
Go to the project directory
cd wasteTracker
Install dependencies in backend
cd backend
npm install
Start the Server
node index.js
Install dependencies in frontend
cd frontend
npm install
npm start
To run this project, you will need to add the following environment variables to your .env file
MAPBOX_API_KEY