With this website, we aim to create a network of waste collectors to make them more accessible to the general public and speed up the process of Waste Disposal.
- Node.js
- Npm
- MongoDB
- MongoDB Database Tools
- Find collectors according to waste category
- Register as a garbage collector
- Fun facts on waste disposal
- Platform to ask for waste items for reuse
- Clone the repository
- cd into the LetsGetWasted directory
- Run the following commands:
npm install
mongorestore -d contacts wastedb/contacts
node index.js
- Go to localhost:8080 to see the application in action.