Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 977 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 977 Bytes

Travel App Readme - Rails Portfolio Project

Description

This is a CRUD app that allows a user, aka a traveler, to create new cities and trip reviews. For each trip review submitted, the user can assign a rating of 1-5, add a Must See Attraction, and include additional comments to share with other travelers. Travel sites like TripAdvisor were my inspiration, but as this is a school project, my app is a much simpler version! To use the app, a user must create a new account either through Facebook or by providing a unique email address.

Travel App Instructions

  • Clone this repo
  • cd into rails-travel-app directory
  • Run bundle install to install gems
  • Run rake db:migrate
  • Run rake db:seed
  • To start the server, run rails s OR thin start --ssl
  • In your browser, go to https://localserver:3000

Built Using

  • Ruby on Rails
  • Facebook Omniauth

Author

Michelle Olivieri
https://github.com/micholi
https://www.linkedin.com/in/michelleolivieri/