Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.15 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.15 KB

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.