Commit graph

2 commits

Author SHA1 Message Date
89a635378e Fix CI: use docker compose v2 and add missing frontend deps
Some checks failed
ci / test-frontend (push) Successful in 31s
ci / test-backend (push) Failing after 48s
ci / docker (push) Has been skipped
ci / deploy (push) Has been skipped
- Use `docker compose` (v2) instead of `docker-compose` (v1) which
  is not available on the Forgejo runner
- Add missing npm packages: react-hotkeys-hook, use-debounce
  (required by HotkeyProvider and useAutoSave)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 21:40:41 +01:00
66f6fa138d Initial commit: Books accounting system with EventFlow CQRS
Backend (.NET 10):
- EventFlow CQRS/Event Sourcing with PostgreSQL
- GraphQL.NET API with mutations and queries
- Custom ReadModelSqlGenerator for snake_case PostgreSQL columns
- Hangfire for background job processing
- Integration tests with isolated test databases

Frontend (React/Vite):
- Initial project structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 02:52:30 +01:00