An open API service indexing awesome lists of open source software.

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.

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