Skip to content

Airbnb Clone using React, Ruby on Rails and Sass with Stripe for payments

Notifications You must be signed in to change notification settings

jonars99/full-stack-airbnb-clone

 
 

Repository files navigation

Full Stack Airbnb Clone

Built with React, Ruby on Rails and Sass, using Stripe for payment. A full stack project for altcademy's web development course.

Features

screenshot of homepage

  • User authentication
  • The user can book properties
  • Stripe integration for payments

Make a booking

screenshot of booking page

Payment with Stripe

screenshot of payment with stripe

Complete a booking

screenshot of booking completion

Versions

  • Ruby 3.0.3
  • Rails 6.1.5
  • Node 17.0.23
  • Webpacker 5.4.3
  • Bootstrap 5

Local development

  1. Install GEMS
bundle
  1. Install NPM packages
yarn
  1. Start rails server
rails s

Or use foreman if you have it installed, it will run rails server and webpack dev server

foreman start -f Procfile.dev
  1. Go to "localhost:3000" on browser.

About

Airbnb Clone using React, Ruby on Rails and Sass with Stripe for payments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 56.9%
  • JavaScript 35.0%
  • HTML 6.6%
  • Other 1.5%