cookiecutter template for python and clean architecture.
- cookiecutter
- docker
- docker-compose
- python
- poetry
- make
git clone https://github.com/jacky-law/clean-architecture-fastapi-template.git
cookiecutter cookiecutter-python-clean-architecture
Or
cookiecutter gh:jacky-law/clean-architecture-fastapi-template
Also check {{ cookiecutter.project_name }}/makefile
for convenient command.