A local community free sharing app!
List items to lend, borrow items you need from your local area.
MONGO DB (Database)
-
Download mongodb/brew: brew tap mongodb/brew
-
Install mongodb: brew install [email protected]
-
Keep mongodb running in the background: brew services start [email protected]
Any issues? See documentation: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
-
NPM Install (bundle in client) cd client > npm install
-
NPM Install (bundle in server) cd server > npm install
-
Install nodemon globally (type command from anywhere) npm install --global nodemon
-
Run server (starts express) cd server > nodemon index.js
-
Run client (starts react) cd client > npm start
MERN stack
MongoDB production database hosted on Mongo Atlas
MongoDB local test database
Express
React
Node.js
Heroku (deployment)
- Log In/Sign Up
- List an item to lend (with an image)
- View your profile and your listed items
- View items available to borrow
- Search for a specific item
- Update, detele your item
- Make your item unavailable
James Cort
Sabrina Lord
Mayo Theodore
Evie Palaiochorinou
Muhammad Choudhry