- Surfboards are expensive, and rental options are bleak.
- There aren't many options to try a surfboard before commiting to buying one, which is upwards of $750 each time!
- Try before you buy
- We connect surfers, and help them gain access to one another's collections of surfboards
- Users can create an account, add their own surfboards, and make reservations to borrow other people's boards
- This eliminates the risk of buying a board that simply does not click, which unsurprisingly happens a lot
- Have a dream board you're dying to try? Find it on Surf Swap
- Django
- SQLite database
To run the project locally:
- activate your virtual environment
python manage.py runserver
- open in browser at localhost:8000
To access the admin interface:
- localhost:8000/admin
Landing Page: User Collection: Surfboard Detail: Empty Reservation Section:
- Break application into microservices using Docker
- Add ability to send messages
- Add user regions to display boards within a specific distance to user
- additional reservation features/ wait list
- increased testing coverage