https://github.com/gregolive/flight-booker
A Rails app for booking one way flights.
https://github.com/gregolive/flight-booker
ruby-on-rails
Last synced: 2 months ago
JSON representation
A Rails app for booking one way flights.
- Host: GitHub
- URL: https://github.com/gregolive/flight-booker
- Owner: gregolive
- Created: 2021-12-08T16:37:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T07:38:45.000Z (over 4 years ago)
- Last Synced: 2025-02-05T16:40:39.407Z (over 1 year ago)
- Topics: ruby-on-rails
- Language: Ruby
- Homepage: https://bookr-flights.herokuapp.com/
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bookr
A Rails app for booking one way flights.
## Live demo
Avaliable via [Heroku](https://bookr-flights.herokuapp.com/) 👈
## Features
- Styling via Bulma gem
- RESTful design
- CRUD (or partial CRUD) operations for airports, flights, passengers, and bookings
- Flight database seeded via 'seeds.rb'
- Passenger objects created within booking form
- Conformation emails sent upon completion of booking
## To add
- Booking confirmation numbers
- Search for bookings
## Ruby version
2.7.4