Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.
This was our first group project at Le Wagon. It is a Desktop Rails app airbnb clone. It is a basic marketplace that allows users to list their tools for rent, and other users can rent them for use.
App home: [https://airbnb-carved-duck-e9e78c22c0c6.herokuapp.com/)
Install gems
bundle 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
Thanks to the teachers at Le Wagon for the help on our first team based rails app!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License