A Cookiecutter template for FastAPI + PostgreSQL. No frontend nor background worker which I prefer to keep in separate repositories. It uses `docker-compose` for local development. When started with `docker-compose up` it spins a testing database which may also be used for automatic tests.
- Make sure you have Cookiecutter installed
- If you use
pyenv
:pyenv exec python -m cookiecutter https://github.com/pawelkobojek/cookiecutter-fastapi-postgres
- Otherwise (
python3
orpython
)python3 -m cookiecutter https://github.com/pawelkobojek/cookiecutter-fastapi-postgres