Get your T-rex is a marketplace app for renting a dinosaur. The application allows the user to see all of the available dinosaurs for rental, as well as see further details of the individual dinosaur. The user can then book a dinosaur, or leave a review for the dinosaur that they have rented. As a user you can also add a new dinosaur to the database. The project was completed in one week in a multi-disciplinary team of four and was part of the curriculum of the Le Wagon Web Development Course.
- Ruby on Rails
- Bootstrap
- Yarn
- CSS
- HTML
- Stimulus
- JavaScript
- Mapbox Geolocation
- Leave reviews for dinosaurs
- Add your own dinosaurs
- Instantaneous booking system using Stimulus
To get started with the project, follow these installation instructions:
-
Clone the repository:
git clone https://github.com/Clotto42524/rails-get-your-t-rex.git
-
Install the dependencies:
cd rails-get-your-t-rex npm install
-
Run the project locally:
npm run dev The app should now be running on http://localhost:3000/.
Status: Complete