CloneBnB is a clone of Airbnb, I chose to build this website because of my passion for ruby on rails. This website will work exactly like the airbnb site and will use a relational postgresql database.
- The homepage will display the most viewed recent listings, as well as all of the other necessary components.
- Ruby -v 3.1.1
- Rails -v 7.0.4
- NPM -v 16.15.0
- Backend Rails Gems
- Devise
- Stimulus
- Axios (for api requests)
- Styling
- Tailwind
- SCSS
- PostgreSQL
- Database initialization
rails db:create
rails db:migrate
- Querying
- Active Record
- rspec-rails
- capybara
- pry-rails
- byebug
- factory_bot_rails
- Cloning Instructions
bundle install
- Running Dev Environment
rails s
||./bin/dev
- Duncan Murchison
- https://www.duncanmurchison.dev/