Files
project-manager/docs
aneurinandClaude Sonnet 5 fc1fbcc762 Make the per-owner project cap configurable via env
Self-hosters shouldn't be stuck with a hardcoded 100-project limit;
MAX_PROJECTS_PER_OWNER now controls it, defaulting to 0 (unlimited).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-05 09:15:06 +01:00
..

Documentation

Technical documentation for the PHP Project Manager. Start with the root README if you just want to run the app.

  • API reference — every REST endpoint: auth (magic links, passkeys), projects, cards, statuses, error shapes, and a curl walkthrough.
  • Architecture — backend layout and how the pieces fit together. Frontend architecture lives in web/README.md instead, since it's a large enough topic on its own.
  • Setup & configuration — running without Docker, every environment variable, and the test suite.
  • Development history — a stage-by-stage log of how the app got here.