This is a rails app to have a user be presented with top destination flights from airports near them, with Instagram pictures of those destinations (in order to intice the user how much fun it would be to GTFO).
A live demo is available at: http://gettheflightsout.herokuapp.com/
- User signs up for an account with GTFO
- User selects one of 5 defined airports
- User selects one of 5 top destination flights from selected airport
- User sees instagram pictures of that selected flight
- User GTFO
- Able to select any airport
- Able to automatically find closest airport (via browser geolocation)
- User can select theme of destination
- Invite friends to GTFO with them
- Book said flights
git clone https://github.com/KMHouk/GTFO.git
cd GTFO
bundle
rake db:migrate
rails server
Then visit localhost:3000 in your browser