Work Log: FinanceAPI (10/10/25)


See Design document Starting to work in the DB (postgres) integration.

Done:

  • Added running instructions on the README.
  • Created the branch postgres-integration.
    • User schema (Pydantic) and models (SQLAlchemy)
    • POST user/ to create users
    • Tries to create the Users table on startup. (FAILs)

Follow up

  • Fix the User database creation. Looks like there are issues in how the conection is configured. It’s not reaching the docker postgres instance.