Skip to content
/ get-out Public
forked from zeajose/get-out

An online marketplace mockup, similar in scope to Airbnb: https://get-out-bnbapp.herokuapp.com/

Notifications You must be signed in to change notification settings

tomkf/get-out

 
 

Repository files navigation

GET OUT:

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

Get Out is an online market place, allowing users to rent outdoor sporting equipment. The app functions as a mock-up at this stage but integration with Stripe is possible.

Created as a collaborative project by Thomas Ferris, Gustav Folkmar, Joe Di Lillo, and Jose Zea.

This full-stack web app was built with Ruby on Rails, HTML/CSS, and Java Script.

ScreenShots

- HOMEPAGE
  • BOOKING PAGE: "Booking Page: "

  • PRODUCT PAGE: "PRODUCT Page: "

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.

Rails app generated with lewagon/rails-templates.

About

An online marketplace mockup, similar in scope to Airbnb: https://get-out-bnbapp.herokuapp.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.3%
  • HTML 35.1%
  • CSS 7.7%
  • JavaScript 2.9%