Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1022 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1022 Bytes

Adventurous Abodes

Live Version

After we inherited an ecommerce codebase from another team, we pivoted to a Air BnB-esque site. Have you ever wanted to stay in a treehouse, igloo or even a spaceship? Now you can, with Adventurous Abodes!

Features

  • Multi tenancy: Admin can manage hosts and renters, hosts can sign up to rent out their properties and renters can look for places to stay
  • Calendar: JavaScript calendar checks availabilty of properties based on other reservations
  • Basic cart functionality

Tools

  • Rails
  • JavaScript
  • jQuery
  • Oauth login
  • MiniTest
  • Mocha
  • Capybara
  • PostgreSQL
  • Materialize

To Run Locally

  • clone the project
  • run bundle install to install the required gems
  • set up and seed the database withrake db:create db:migrate db:seed
  • start the server with rails s and visit http://localhost:3000

Turing School Project