Skip to content

ShannonPaige/adventurous_abodes

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • CSS 57.2%
  • Ruby 31.0%
  • HTML 9.3%
  • Python 1.3%
  • JavaScript 1.2%