Skip to content
/ python-ddd-example Public template

A Python backend skeleton to develop in a domain-driven design framework.

Notifications You must be signed in to change notification settings

yulio94/python-ddd-example

Repository files navigation

🐍 Hexagonal architecture in Python

Example of a Python application using Domain-Driven Design keeping the structure as simple as possible.

Environment setup

Needed tools

  • Install Docker
  • Clone this repository https://github.com/yulio94/python-ddd-example
  • Move to the root project folder: cd python-ddd-example

Environment configuration

  • Go to env_variables directory cd compose/env_variables
  • Copy env files like this: cp db.env.example db.env && cp rabbit.env.example rabbit.env

Run project

  • Run docker-compose up --build
  • Go to your browser and type http://localhost:8001 or http://localhost:8000

Special thanks to:

CodelyTv

Releases

No releases published

Packages

No packages published