A two-sided market place, allowing users to rent outdoor sporting equipment. The app payments functions as a mock-up at this stage but integration with Stripe is possible.
Created as a collaborative project by Jose Zea, Thomas Ferris, Gustaf Folkmar, and Joe Di Lillo
This full-stack web app was built with Ruby on Rails, HTML/CSS, and Javascript.
https://get-out-bnbapp.herokuapp.com/
Homepage
-PostgreSQL -Rails 5.2.3
To run on your local dev enviroment:
- Clone the repository to a working directory
- Install dependencies from the command line with 'bundle install'
- Run command 'yarn install'
- Create local db with command 'rails db:create db:migrate'
- Run the server with command 'rails s' and visit http://localhost:3000/ in your browser.