Project information

Project details

This project features the languages and frameworks of PostGreSQL, Ruby on Rails, React, and Material UI. Using Rails' built-in authentication and authorization methods, users may login or signup to create a new account. After logging in, they maybe peruse the selection of RVs and complete a rental of the RV. After they have rented the RV, they are encouraged to leave a review for other users to see, possibly informing future rental choices. This app also features Ruby's associations of models, creating associations between users and RVs, using the "review" as the join-table between the two models.