Skip to content

bogardpd/flight_log

Repository files navigation

Flight Log

Flight Log is a Ruby on Rails application designed to help users record their flights and track details about their travel history.

For an active example of Flight Log, see the author’s flights hosted at Flight Historian.

Features

  • Flight Recording: Log detailed information about each flight, including dates, routes, airlines, and aircraft types.
  • Flight Details: View details about various aspects of your flights, such as total distance traveled, most frequently visited airports, and more.

Getting Started

Prerequisites

To run Flight Historian locally, ensure you have the following installed:

  • Ruby (version specified in the Gemfile)
  • Rails (version specified in the Gemfile)
  • PostgreSQL (or your preferred database)

Installation

  1. Clone the repository:
git clone https://github.com/your-username/flight-historian.git
cd flight-historian
  1. Install dependencies:
bundle install
  1. Set up the database:
rails db:setup
  1. Start the Rails server:
rails server
  1. Visit http://localhost:3000 in your browser to access the application.

Changelog

See the Changelog for a history of changes and updates.

License

This project is licensed under the MIT License.

About

Contact

For questions or feedback, please contact Paul Bogard.

About

A flight history tracking application, powering Flight Historian

Resources

License

Stars

Watchers

Forks

Packages

No packages published