Tcc using python and fastapi
docker run --name postgresql -e POSTGRESQL_USERNAME=postgres -e ALLOW_EMPTY_PASSWORD=yes -p 5432:5432 bitnami/postgresql:latest
docker-compose up
```
docker-run --name postgresql -e POSTGRESQL_USERNAME=postgres -e ALLOW_EMPTY_PASSWORD=yes -p 5432:5432 bitnami/postgresql:latest
```
virtualenv venv
pip install -r requirements.txt
pre-commit install
enjoy