Welcome to climbBnb! This is a market place where you can list any type of climbing spots that you own and rent them out to others.
Users can:
- Sign Up
- Log In
- Create a Spot
- Update a Spot
- Delete a Spot
- Post a Review
- Delete a Review
Backend
- Express
- SQL
Frontend
- React/Redux
- Javascript
You can locally launch the website by going into the backend directory first and running 'npm start'. Next, go into the frontend direction and then run 'npm start'.