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
AI stuff for devs, one bite at a time
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?