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.
- 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
- Ruby on Rails
- Facebook Omniauth
Michelle Olivieri
https://github.com/micholi
https://www.linkedin.com/in/michelleolivieri/