micholi / rails-travel-app

Web app that allows you to track, rate, and review the trips you've taken. Note: Repo includes multiple branches with original Rails version and updated app with jQuery front end.

Home Page:https://mytriptracker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Web app that allows you to track, rate, and review the trips you've taken. Note: Repo includes multiple branches with original Rails version and updated app with jQuery front end.

https://mytriptracker.herokuapp.com/

License:MIT License


Languages

Language:Ruby 63.5%Language:HTML 28.8%Language:CSS 5.7%Language:JavaScript 1.9%