Skip to content

This project will replicate a one-way flight booker, allowing users to browse their desired flight.

Notifications You must be signed in to change notification settings

ntphuongthao/Flight-Booking

Repository files navigation

FLIGHT BOOKER PROJECT

forthebadge forthebadge

This project will replicate a one-way flight booker, allowing users to browse their flight with origin, destination, date & time, and the number of tickets.

After you have paid for the tickets successfully, the final booking confirmation will pe printed out.

GETTING STARTED

Ruby version: 2.7.4

You can fork this repo to modify and make changes on your own. Open your terminal and run:

bundle

To migrate the database, please run:

bundle exec rails db:migrate

Next, we have to seed the database:

bundle exec rails db:seed

And finally:

bundle exec rails s

and open your Local host to see the project.

About

This project will replicate a one-way flight booker, allowing users to browse their desired flight.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published