MAESTRO: verify backend start

This commit is contained in:
Mariusz Banach
2026-02-17 23:11:57 +01:00
parent b6a76a836c
commit 43aa1e4ea0

View File

@@ -70,7 +70,7 @@ The hacker-themed dark colour palette (from spec FR-14):
## Completion ## Completion
- [ ] Backend starts with `uvicorn backend.app.main:app` and returns 200 on root - [x] Backend starts with `uvicorn backend.app.main:app` and returns 200 on root
- [ ] Frontend starts with `npm run dev` and renders a blank page - [ ] Frontend starts with `npm run dev` and renders a blank page
- [ ] Linting passes on both sides (`ruff check backend/`, `npx eslint src/`, `npx prettier --check src/`) - [ ] Linting passes on both sides (`ruff check backend/`, `npx eslint src/`, `npx prettier --check src/`)
- [ ] Playwright test runner executes with `npx playwright test` (no tests yet, but config loads without error) - [ ] Playwright test runner executes with `npx playwright test` (no tests yet, but config loads without error)