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.
- 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.
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)
- Clone the repository:
git clone https://github.com/your-username/flight-historian.git
cd flight-historian
- Install dependencies:
bundle install
- Set up the database:
rails db:setup
- Start the Rails server:
rails server
- Visit
http://localhost:3000
in your browser to access the application.
See the Changelog for a history of changes and updates.
This project is licensed under the MIT License.
For questions or feedback, please contact Paul Bogard.