This is a simple usage-based billing system. It is designed to be used by a single tenant, and is not intended to be used by multiple tenants.
// TODO: Talk about the system
// TODO: Talk about the architecture
sudo apt-get install libpq-dev python3-dev
poetry install --with migration
poetry run alembic -c infrastructure/postgres/migration/alembic.ini revision --autogenerate --rev-id 002 -m "Added Product"
poetry run alembic -c infrastructure/postgres/migration/alembic.ini upgrade head