This project is meant to be a backend service where you can upload receipts of your purchases and it would automatically create an invoice for that purchase.
Built in python 3.12.3
Add the files:
- .docker/rdbms/secrets/postgres-app-passwd
- .docker/rdbms/secrets/postgres-super-passwd
- .env
These files must contain only one line wih the value for the db connection.
Run the command export $(grep -v '^#' .env | xargs)
to export environment
variables required for alembic to work.