This is starter with cookiecutter for Starlite. It is much simpler version of https://github.com/starlite-api/starlite-pg-redis-docker Built on top of peter's https://github.com/topsport-com-au/starlite-saqlalchemy
Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):
pip install -U cookiecutter
Generate a Python package project:
cookiecutter https://github.com/v3ss0n/cookiecutter-starlite-halfstack
Then follow Tutorial to finish other configurations.
- Easy to use ORM provided by starlite-saqlalchemy
- Alembic support For data Migrations
- Background Processing using SAQ
- Moked Mail Sending and Reciving with MailHog
- Fully running inside Docker Containers vid docker-compose
Cookiecutter template is forked from zillionare/python-project-wizard, which originally forked from audreyfeldroy/cookiecutter-pypackage