Skip to content

Latest commit

 

History

History
executable file
·
39 lines (32 loc) · 844 Bytes

README.md

File metadata and controls

executable file
·
39 lines (32 loc) · 844 Bytes

Rate my Landlord

This project was created as a midterm project during Lighthouse Labs Web Development Bootcamp by:

  • Deivide Oliveira
  • Caitlin Millar
  • Nathan Kift

Features

Rate my Landlord is an app where tenants can leave reviews and comments about their landlords. It has the following features:

  • Search landlords by name
  • Search landlords by address
  • Add / Edit landlords
  • Add comments and reviews
  • Login / Sign-up

Stack

This app uses:

  • Sinatra
  • SQLite3 (development)
  • PostgreSQL (production)
  • Javascript
  • Bootstrap
  • HTML5
  • CSS3
  • Google Maps
  • Heroku

Demo

A functional version of this app can be found here:

http://rate-my-landlord.herokuapp.com/

Getting Started

  1. bundle install
  2. shotgun -p 3000 -o 0.0.0.0
  3. rake db:migrate
  4. Visit http://localhost:3000/ in your browser