Reuse is a platform that allows you to donate your old items to people who need them. Items which are set active are available for Reuse. Anyone near the location can pick up the item for free. The item is then marked as inactive and is no longer available.
- clone the repository
git clone https://github.com/abhishekpatelmc/sustainhack.git
- Install the dependencies
npm install
- Run the server
npm run dev