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

https://github.com/robpando/flight_booker


https://github.com/robpando/flight_booker

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Flight Booker Project

A Web app to book flights, where a user can:

* Search Available Flights

* Select a flight

* Fill in passangers information according to the number of passangers

* View flight: from, to destination, date and duration of the flight.

* User can see flights booked

### Dependencies
* Ruby '2.3.1'
* Rails '5.0.0.1'

### Get Started
Install gems

```
$ bundle install
```

Migrate db

```
$ rails db:migrate
```

Run server

```
$ rails s
```
go to `localhost:3000`

### OR/AND

View live [here on Heroku](https://stormy-dusk-13391.herokuapp.com)

Flight Booker project from [The Odin project](http://www.theodinproject.com)