A spaceship rental system that allows you to book a ship for a set amount of days of your choosing. Rental charge is then calculated by said amount of days and basic rate of the ship to rent out per day. You can then see which ships you have booked and for what time period. Also can see any of your ships rented out.
DROP SCREENSHOT HERE
App home: https://blorks-used-spaceships.herokuapp.com
Install gems
bundle install
Install JS packages
yarn install
Create .env
file
touch .env
Inside .env
, set these variables. For any APIs, see group Slack channel.
CLOUDINARY_URL=your_own_cloudinary_url_key
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
Inspired by Airbnb
This project is licensed under the MIT License