https://github.com/n1nj4t4nuk1/python-ddd-example
🐍 Example of a Python & FastAPI application using Domain-Driven Design and Command Query Response Segregation principles.
https://github.com/n1nj4t4nuk1/python-ddd-example
api api-rest command-query-response-segregation ddd ddd-architecture ddd-cqrs ddd-example ddd-sample domain-driven-design fastapi hexagonal-architecture minio mongo mongodb python solid solid-principles template
Last synced: 5 days ago
JSON representation
🐍 Example of a Python & FastAPI application using Domain-Driven Design and Command Query Response Segregation principles.
- Host: GitHub
- URL: https://github.com/n1nj4t4nuk1/python-ddd-example
- Owner: n1nj4t4nuk1
- License: mit
- Created: 2021-10-26T14:54:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T06:42:52.000Z (over 1 year ago)
- Last Synced: 2024-12-03T07:34:15.561Z (over 1 year ago)
- Topics: api, api-rest, command-query-response-segregation, ddd, ddd-architecture, ddd-cqrs, ddd-example, ddd-sample, domain-driven-design, fastapi, hexagonal-architecture, minio, mongo, mongodb, python, solid, solid-principles, template
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 23
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python DDD example
Example of a Python & FastAPI application using Domain-Driven Design and Command Query Response Segregation principles.
Based on [typescript-ddd-skeleton](https://github.com/CodelyTV/typescript-ddd-skeleton) project from [CodelyTV](https://github.com/CodelyTV).