https://github.com/robpando/flight_booker
https://github.com/robpando/flight_booker
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robpando/flight_booker
- Owner: RobPando
- Created: 2016-11-11T14:22:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T15:23:03.000Z (over 9 years ago)
- Last Synced: 2025-02-08T08:13:20.822Z (over 1 year ago)
- Language: Ruby
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)