Skip to content

Just a fast Api project to learn how to implement a architecture patterns

Notifications You must be signed in to change notification settings

knands42/Python-DDD-Clean-Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture and Domain Driven Design with Python

Summary

Application for implementing clean architecture and domain driven design with Python. Just it, there is no other purpose. I didn't make 100% of test coverage, but all the tests are passing.

Execute the following command to install the dependencies:

pythom -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install "fastapi[all]"

# To execute the server to test the API
uvicorn src.infrastructure.api.server:app --reload
# To execute the tests
pytest

Releases

No releases published

Packages

No packages published

Languages