This project was created as a midterm project during Lighthouse Labs Web Development Bootcamp by:
- Deivide Oliveira
- Caitlin Millar
- Nathan Kift
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
This app uses:
- Sinatra
- SQLite3 (development)
- PostgreSQL (production)
- Javascript
- Bootstrap
- HTML5
- CSS3
- Google Maps
- Heroku
A functional version of this app can be found here:
http://rate-my-landlord.herokuapp.com/
bundle install
shotgun -p 3000 -o 0.0.0.0
rake db:migrate
- Visit
http://localhost:3000/
in your browser