Skip to content

zeajose/get-out

Repository files navigation

GET OUT

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.

Live demo

https://get-out-bnbapp.herokuapp.com/

ScreenShots

Homepage

Map

Product

Booking:

Dependencies

-PostgreSQL -Rails 5.2.3

Running Locally

To run on your local dev enviroment:

  1. Clone the repository to a working directory
  2. Install dependencies from the command line with 'bundle install'
  3. Run command 'yarn install'
  4. Create local db with command 'rails db:create db:migrate'
  5. Run the server with command 'rails s' and visit http://localhost:3000/ in your browser.