Skip to content

A boilerplate for a Domain Driven Design(ed), CQRS based, Microservice in Python

License

Notifications You must be signed in to change notification settings

nicfix/py-ddd-cqrs-microservice-boilerplate

Repository files navigation

py-ddd-cqrs-microservice-boilerplate

API Quality

A boilerplate for a Domain Driven Design(ed), CQRS based, Microservice in Python

Installation

In Docker or to run the microservice

# Install the necessary dev commands
$ pip install -r requirements.txt

Development

# Install the necessary dev commands
$ pip install -r requirements-dev.txt
$ pre-commit install

Start development server

$ python run.py watch

Run tests

$ python run.py test

Other commands

Check out the help manual

$ python run.py --help

Useful links:

Documentation

Please refer to the following pages (included in each module):

About

A boilerplate for a Domain Driven Design(ed), CQRS based, Microservice in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published