FastAPI and PostgreSQL docker compose setup (simple version)
Here is how my minimal setup for fastAPI and PostgreSQL project using docker-compose for local development
OneBite.Dev - Coding blog in a bite size
Here is how my minimal setup for fastAPI and PostgreSQL project using docker-compose for local development
Have you struggled on How to convert sqlalchemy object to json in FastAPI? Do you know that fastapi has jsonable_encoder to do exactly this job?