Built with React, Ruby on Rails and Sass, using Stripe for payment. A full stack project for altcademy's web development course.
- User authentication
- The user can book properties
- Stripe integration for payments
- Ruby 3.0.3
- Rails 6.1.5
- Node 17.0.23
- Webpacker 5.4.3
- Bootstrap 5
- Install GEMS
bundle
- Install NPM packages
yarn
- 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
- Go to "localhost:3000" on browser.