Contributors: Jeffrey Lee, Bahar Hosseini, Paige Clark
For our final group project for the Lighthouse Labs web development bootcamp we made a camping gear rental app named Campr. Campr is an app inspired by AirBnB that allows people without access to camping gear to rent gear from locals with gear to spare.
- Axios
- Express
- Express Session
- Google Maps API
- Node
- PostgreSQL
- React
- React Router
- EmailJS
- date-fns
- react-date-picker
- SASS
- Run
npm i
in both server and client folders - Set up a db with the credentials in the .env example
- In psql CREATE DATABASE final OWNER labber;
- In the server directory run
npm run db:reset
- Start the server with
npm start
- Start the client with
npm start
- All images were sourced from pexels.com
- All icons except our logo are from Google Material Symbols
- Logo and home animation were made by Paige
If you have any questions feel free to reach out to any of the contributors for this repo.