Before you look for ways to dispose that item, you must know that it might be useful for another person.
it might be worth looking at ways you can help others and reduce the unwanted but useful items by uploading the item(s) on our app.
While most of us have probably reduced unused items by exchanges down to just close friends and family, Handout app have given you opportunity to reach out to wide range of people that are genuinely in need of this items.
Explore the docs »
Table of Contents
- [!Node] [https://nodejs.org/en/]
- [!Express] [http://expressjs.com/]
Download node js on your local machine and install express with $ npm install express --save
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install jsonwebtoken
npm install nodemon --save-dev
npm install bcryptjsnpm install mongoose
- Get a free API Key at [https://example.com](yet to come)
- Clone the repo
git clone https://github.com/StuternHousemanship/HANDOUT-Backend-Project-Team1.1.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
How to use the app...
- Users can browse a paginated list of all items on the platform
- Users can search for items on the platform using keywords
- Users can choose to list an item or browse existing items
- Users can filter items
- Users can sort items
See the [open issues](https://github.com/StuternHousemanship/HANDOUT-Backend-Project-Team1.1.git
<p align="right">(<a href="#readme-top">back to top</a>)</p>