managarten/apps/todo/apps/server
Till JS 427195d6dc feat(todo): add Hono + Bun server for compute-only endpoints
New lightweight server replacing NestJS for server-side compute:
- RRULE expansion (next occurrence, validation, DoS protection)
- Reminders (CRUD with reminder time calculation)
- Admin (GDPR user data counts + deletion)
- JWT auth middleware + service key auth for admin
- Port 3019, ~10 packages vs ~50 for NestJS

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 12:40:28 +01:00
..
src feat(todo): add Hono + Bun server for compute-only endpoints 2026-03-27 12:40:28 +01:00
bun.lock feat(todo): add Hono + Bun server for compute-only endpoints 2026-03-27 12:40:28 +01:00
package.json feat(todo): add Hono + Bun server for compute-only endpoints 2026-03-27 12:40:28 +01:00
tsconfig.json feat(todo): add Hono + Bun server for compute-only endpoints 2026-03-27 12:40:28 +01:00