This project is a flashcard management web application for the website cards.pilotpuzzles.com. Built with Ruby on Rails, its goal is to offer a simple and efficient way to manage flashcards for pilot training.
- Manage and practice flashcards
- Organize cards by category
- Track sources and references
- Clone the repository:
git clone https://github.com/emerson000/pilot-cardsmith.git- Install dependencies:
cd pilot-cardsmith
bundle install- Set up the database:
rails db:create
rails db:migrate- Compile assets:
rails assets:precompile- Start the Rails server:
rails server- Open your browser and navigate to
http://localhost:3000.