Restructure into full project layout

This commit is contained in:
2026-06-16 23:06:16 -06:00
parent de4862b2d1
commit 57765496a6
74 changed files with 4441 additions and 3 deletions
+24
View File
@@ -0,0 +1,24 @@
# Commander Forge
AI-powered Magic: The Gathering Commander deck builder.
## Stack
- **Backend**: FastAPI (Python 3.12) + PostgreSQL + Redis
- **Frontend**: React 18 + TypeScript + Vite + Tailwind
- **AI**: Anthropic Claude (deck generation)
- **Infrastructure**: Docker Compose + Nginx
## Quick start
```bash
cp .env.example .env
# Fill in .env with your values
docker compose up -d --build
```
Open `http://localhost` and sign in with your `ADMIN_EMAIL` / `ADMIN_PASSWORD`.
## Environment variables
See `.env.example` for all required variables.