A peer-to-peer online rental website for outdoor/camping equipment.
run the following to start the application:
- 'npm install'
- 'cd client'
- 'npm install'
- from dedicated CLI window/tab: 'mongod'
- run 'npm start' from both the root directory and '/client'
- Node.js (required)
- MongoDB (required for database functionality)
- Update Homebrew
- Node.js: 'brew install node'
- MongoDB: 'brew instal mongodb'
- React.js - The web framework used
- MaterializeCSS - CSS framework
- Thomas Vinyard - Initial Concept/Creator - tpvinyard
- Grant Jackson - Initial Creator - gej15
- Tim Stark - Initial Creator - timstarkk
See also the complete list of contributors who participated in this project.