Commit Graph

7 Commits

Author SHA1 Message Date
88492dd876 refactor: account model overhaul 2026-01-01 18:29:52 +00:00
7b13326e22 docs: add OpenAPI documentation with Scalar UI
- Add swaggo annotations to all HTTP handlers
- Add Swagger/OpenAPI spec generation with swag
- Create separate docs server binary (drexa-docs)
- Add Makefile with build, run, and docs targets
- Configure Scalar as the API documentation UI

Run 'make docs' to regenerate, 'make run-docs' to serve.
2025-12-13 22:44:37 +00:00
033ad65d5f feat: improve err logging 2025-11-30 19:19:33 +00:00
629d56b5ab fix: registration endpoint and db auto close issue 2025-11-29 20:51:56 +00:00
ab4c14bc09 feat: impl config loading 2025-11-29 18:09:41 +00:00
b1e34f878c wip: vfs implementation 2025-11-27 20:49:58 +00:00
1feac70f7f feat: initial backend scaffolding
migrating away from convex

Co-authored-by: Ona <no-reply@ona.com>
2025-11-10 00:19:30 +00:00