e6a8d9411e
fix: add go module checksums and ignore local binary
...
Record resolved Go dependencies in go.sum after enabling SQLite-backed services and ignore the locally built server.exe artifact.
2026-04-02 22:24:52 +03:00
35abd27473
feat: add sqlite-backed auth and library services
...
Bootstrap SQLite on server startup with embedded migrations and development seed data. Replace placeholder auth and library responses with database-backed services, bearer sessions, and repository-driven API handlers.
2026-04-02 22:22:38 +03:00
debd4d05b9
fix: ignore frontend build artifacts
...
Add tsbuildinfo files to .gitignore and remove the generated TypeScript build metadata file from version control.
2026-04-02 22:18:55 +03:00
2b3123a9a7
feat: bootstrap temporserv project scaffold
...
Add the initial project blueprint, Go backend skeleton, frontend app shell, database schema draft, and local development/deployment files.
2026-04-02 22:17:48 +03:00