https://github.com/ahmadibrahiim/bookly
Ticket Booking application built on top of Ruby on Rails (RoR) and PSQL
https://github.com/ahmadibrahiim/bookly
booking-system postgresql rails
Last synced: about 2 months ago
JSON representation
Ticket Booking application built on top of Ruby on Rails (RoR) and PSQL
- Host: GitHub
- URL: https://github.com/ahmadibrahiim/bookly
- Owner: AhmadIbrahiim
- Created: 2021-03-22T21:11:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T13:44:18.000Z (about 4 years ago)
- Last Synced: 2025-01-12T23:10:38.419Z (3 months ago)
- Topics: booking-system, postgresql, rails
- Language: Ruby
- Homepage: https://rails-bookly.herokuapp.com/
- Size: 360 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/AhmadIbrahiim/bookly)
# BooklySimple booking app built on top of Ruby on Rails and PostgreSQL
## Installation
install all gems using bundle```bash
bundle install
```
Create the DB & migration
```bash
rails db:create
rails db:migrate
```
## Showcase

https://user-images.githubusercontent.com/17949497/112470573-7fcf9c80-8d73-11eb-8de4-1ad38f8929c3.mp4
## What you can do ?
- Add Aeroplan
- Add Seat confiugration for Aero Plan (Bussiness , Econmey . )
- Add Air port
- Create flight from Air port to another
- Passenger can search flights
- Book A flight and reserv your seat
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.