
I created this project for my local rowing club, the Dolphin Club. It is a simple Django website to act as a virtual logbook for the club’s many wooden rowboats, kayaks, and stand up paddle boards.
This was a project I created from scratch. The authentication/authorization used Django auth, the backend consisted of CRUD views. The front end, in tradition of the club’s simple and old fashioned aesthetic, used a basic HTML design.
A user who is not logged in only sees a list of all boats and their description. Once a user logs in however they have access to detailed pages, and are able to “checkout” and “return” boats, as well as leave comments on boats for maintenance.
View project repository here.