Files
project-manager/docs/README.md
T

9 lines
711 B
Markdown
Raw Normal View History

# Documentation
2026-09-05 02:29:08 +01:00
Technical documentation for the PHP Project Manager. Start with the root [README](../README.md) if you just want to run the app.
2026-09-05 02:29:08 +01:00
- **[API reference](api.md)** — every REST endpoint: auth (magic links, passkeys), projects, cards, statuses, error shapes, and a curl walkthrough.
- **[Architecture](architecture.md)** — backend layout and how the pieces fit together. Frontend architecture lives in [web/README.md](../web/README.md) instead, since it's a large enough topic on its own.
- **[Setup & configuration](setup.md)** — running without Docker, every environment variable, and the test suite.
- **[Development history](history.md)** — a stage-by-stage log of how the app got here.