Commit graph

2 commits

Author SHA1 Message Date
752740d2d5 Add CI/CD pipeline, Dockerfiles, and Kubernetes manifests
Some checks failed
ci / test-backend (push) Failing after 3s
ci / test-frontend (push) Failing after 12s
ci / docker (push) Has been skipped
ci / deploy (push) Has been skipped
- Add vendor submodules (EventFlow, ledger, enable-banking-access)
- Update ProjectReference paths from sibling dirs to vendor/
- Add multi-stage Dockerfiles for backend (.NET 10) and frontend (Node 22 + nginx)
- Add nginx.conf with SPA routing, GraphQL proxy, and security headers
- Add docker-compose.yml with PostgreSQL for CI test environment
- Add Forgejo CI workflow: test-backend, test-frontend, docker build, deploy
- Add Kubernetes manifests (kustomize): deployments, services, ingress, postgres
- Fix pre-existing build errors (missing packages, types, null refs)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 21:08:35 +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