- Cathy Lee - Product Owner
- Justin Lai - Scrum Master
- Arthur Livingston - Development Team Member
- Ben Chou - Development Team Member
ShareCrow is a Digital renting marketplace where users can safely rent and rent out their items.
From the root directory run:
npm install
npm start
npm run server
//Navigate to localhost:3000 in the browser.
1. Locate seed.js file in db sub folder
2. Run node seed.js
Server side testing is implemented with Tape.
From the root directory run:
npm test


