Documentation Hub
March 5, 2026 · View on GitHub
Welcome. This folder is organized by developer journey so you can find the right guide quickly.
Start Here ✨
If this is your first 10 minutes in the project:
GETTING_STARTED.mdCOMMANDS.mdDEVELOPMENT.md
Read by Role
New Team Member
GETTING_STARTED.mdTIPS_AND_TRICKS.mdDEVELOPMENT.md
Feature Developer
DEVELOPMENT.mdAPI.mdTESTING.mdDATABASE.md
Tech Lead or Reviewer
ARCHITECTURE.mdPROJECT_STRUCTURE.mdCONFIGURATION.mdBOOTSTRAP_CHECKLIST.md
Core Guides 📘
| Guide | Why read it |
|---|---|
GETTING_STARTED.md | Run the project locally and validate setup |
COMMANDS.md | Find every make target by purpose |
DEVELOPMENT.md | Build the first feature and apply day-to-day conventions |
ARCHITECTURE.md | Review layering rules and design tradeoffs |
API.md | Consume the API contract and envelope format |
TESTING.md | Follow test structure and assertion patterns |
DATABASE.md | Work with migrations and DB setup safely |
CONFIGURATION.md | Configure runtime behavior via environment variables |
TIPS_AND_TRICKS.md | Shortcuts for faster local iteration |
REFERENCES.md | External links curated for practical extension work |
Quick Links 🔗
- Main project overview:
../README.md - Contributing workflow:
../CONTRIBUTING.md - Swagger UI (when running):
http://localhost:8000/docs - ReDoc (when running):
http://localhost:8000/redoc