Small flashcard app for uploading YAML decks, choosing a deck, and studying with a simple Q/A flow.
cd flashcards
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
# Open http://127.0.0.1:5000docker compose up --build -d
# Open http://127.0.0.1:5000The container runs the app on port 5000. Set SECRET_KEY in your shell before starting if you want a non-default Flask secret.
cloudflared.config.tmp.yml includes an ingress rule for flashcards.darwin-labs.org that points to http://localhost:5000.