FastAPI & Kubernetes Demo Application -> Nonogram Puzzle Generator

Files

  • app/main.py -> API setup
  • app/nonogram.py -> Nonogram class and puzzle logic
  • nono.yaml -> Kubernetes configuration file
  • requirements.txt -> Contains the python dependencies to be pip-installed upon docker build