Complete Python REST API implementation in FastAPI, demonstrating the principles of Clean Architecture and Domain-Driven Design (DDD). The project uses py-automapper for object mapping between layers, SQLAlchemy for asynchronous ORM, and Alembic for database migrations.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
feat: Consolidate worker services into a unified worker service and update configurations
69988ecView on GitHubfeat: Update worker commands to use module syntax and add integration tests
47dc443View on GitHubfeat: Implement cart, order, product, and stock entities with corresponding repositories and configurations
688946aView on GitHubfeat: Refactor messaging layer and enhance idempotency handling
3996edfView on GitHubfeat: Implement outbox pattern with RabbitMQ and GCP Pub/Sub integration
524b67fView on GitHub