Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 738 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 738 Bytes

Let's Get Wasted

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.

Prerequisites

Features

  1. Find collectors according to waste category
  2. Register as a garbage collector
  3. Fun facts on waste disposal
  4. Platform to ask for waste items for reuse

Getting started

  1. Clone the repository
  2. cd into the LetsGetWasted directory
  3. Run the following commands:
npm install
mongorestore -d contacts wastedb/contacts
node index.js

  1. Go to localhost:8080 to see the application in action.