We Fly Digital is a responsive app that lists flight reservations. A user can selects a specific airline, see the details page with its full description, and can click the "Reserve" button to reserve it. The user can also access the "Reserve" page from the navigation panel, add or delete a reservation or airline.
Check out the API documentation
- Programming Language: Ruby
- Framework: Ruby on Rails
- Linter: Rubocop
- Code Editor: VS Code
To get a local copy up and running follow these simple steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Ruby.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Ruby installation.
$ ruby --version && irb
To install rails, in the terminal kindly run this command
$ gem install rails
Clone the repository using the GitHub link provided below.
To get a local copy up and running follow these simple example steps.
- clone the repository by running:
git clone git@github.com:ibr5500/flight_reservation-backend.git
- Install packages
bundle i
- Run the app
# Create the database
rake db:create
# Run database Migration
rails db:migrate
Kindly modify the files as needed.
To install rspec, in the terminal kindly run this command
$ gem install rspec
To run tests, please run this command
$ rspec spec
- GitHub: @NatiG25
- Twitter: @NatiG87702270
- LinkedIn: @Natnail
👤 Ibrahim Ahmat
- GitHub: @ibr5500
- Twitter: @ibr_ahmat
- LinkedIn: LinkedIn
👤 Kanombola Kanombola
- GitHub: @KanoCode
- Twitter: @kanombola_s
- LinkedIn: LinkedIn
👤 GASOMINALI Olivier
- GitHub: @GOlivierNation
- Twitter: @OGasominali
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Code Reviewers
- Original design idea by muratk
The Creative Commons license of the design requires that you give appropriate credit to the author. Therefore, you must do it in the README of your project.
This project is MIT licensed.