Skip to content

brentcam250/odin_flight_booker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 

Repository files navigation

Description:

This app is used to search and book flights out of dummy data. Booking a flight will gather passenger information and create a booking in the database. Can also use the app to populate data like flights, airports etc.

Running Locally:

Prerequsites: Ruby 2.7.0, rails 5.2.4

Clone this repo In the directory you cloned to run the following commands:

  • bundle install #install required gems
  • rails db:migrate #setup the database tables
  • rails db:seed #fill some dummy data in the database
  • rails s #runs the rails server, by default will serve to localhost:3000

odin_flight_booker

created this app as part of the Odin Project as outlined here: https://www.theodinproject.com/courses/ruby-on-rails/lessons/building-advanced-forms