books/backend/Books.Api
Nicolaj Hartmann 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
..
Commands/Companies Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Controllers Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Database/Migrations Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Domain Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Endpoints Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
EventFlow Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
GraphQL Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Infrastructure Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Logging Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Properties Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
appsettings.json Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Books.Api.csproj Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Books.Api.http Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Program.cs Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Startup.cs Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
WeatherForecast.cs Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00