A boilerplate for a Domain Driven Design(ed), CQRS based, Microservice in Python
# Install the necessary dev commands
$ pip install -r requirements.txt
# Install the necessary dev commands
$ pip install -r requirements-dev.txt
$ pre-commit install
$ python run.py watch
$ python run.py test
Check out the help manual
$ python run.py --help
- http://michal.karzynski.pl/blog/2019/05/26/python-project-maturity-checklist/
- http://cosmicpython.com
Please refer to the following pages (included in each module):