A small but production-style REST API built with FastAPI + SQLite, following a clean architecture (routers / services / core), typed contracts using Pydantic, and consistent logging. This project is ...
JumpJumpJump/ ├── frontend/ # React + Phaser game client │ ├── src/ │ │ ├── scenes/ # Game, Menu, Leaderboard, Shop, Inventory, BossGallery scenes │ │ └── services/ # API communication layer │ ├── ...