ADR-003: API Structure and Routing

· 1min · adrs

Status:

Accepted

Context:

Need organized, scalable API routing structure.

Decision:

Use Fastify with nested route registration and /api prefix.

Consequences:

✅ Clear separation of concerns with route files ✅ Consistent /api prefix for all API endpoints ✅ Easy to extend with new route modules ✅ RESTful patterns (/api/users/:id/profile)