@Darweesh84

Thanks for the video. Few remarks:
1- It would be nicer if you explained what were the flags you used when configured postgres. For example, why you used `-d` (detached mode)? why it's important to set the ports inside the container.
2- Create DockerFile: better for maintenance, control over commands\versions and packaging.
3- Create `requirements.txt` for python packages, for the same reasons and integration with docker.
4- I don't recommend to rename all imported package with underscore.

@wanamuhanga9745

I watched this tutorial last year and it's still relevant.  Great Job Rithmic.🐐

@kimsspencer

YOU ARE PERFECT. thank you for this tutorial

@trigocuantico

Dude I just needed this, thanks for all of your vids, they are gold

@roobsonsants

You really helped me! Thank you very much ;D

@josepicon7877

que elegancia de video, gracias por ofrecer contenido de valor

@farzadmf

Congratulations on 1k subscribers 🚀 well deserved

I remember you mentioned in one of your videos why you import packages with underscores, can you remind me why? 😛

@voloduhe

a big thanks to you. this tutorial is the most understandable in youtube. it would be totally useful to see a tutorial to docker-compose!!

@timklymenko2612

Great video thanks! One recommendation would be for you to put your docker and bash SQL queries in a text files to viewers don't have to copy these off the video and try and find the right section etc. Couldn't see them in your repo's readme either

@Nerfthecat

thank you so much for the tutorial  ! keep up the good work ! you help people :)

@aruncanra2084

How do i connect to an existing postgres database to a fastapi app running on a docker container?

@coghi100

Muito obrigado pelo seus ensinamentos, você me explicou com clareza e tirou a minha duvida, fico muito agradecido e me desculpe em falar em português kkkkkk

@mejimaru

Nice one

@iamrithmic

🔴- If you enjoyed this video please leave a Like and Subscribe :)

@Lerklinten

Another great video, congrats on 1k subscribers. Could you do a video on SQLModel from Trianglo, creator of FastAPI

@gunahawk6893

Thanks man

@alvin3171997

hi rithmic, can you teach us on how to do migration in production with alembic correctly? 

Thank you so much for all the fastapi tutorials 💯

@ryansilva8121

the command "psql -h localhost -p 5432 postgres", is it really necessary? when calling it nothing is displayed as usual in postgres bash. I got the connection without using this command! could you explain to me about?

@abdullahshahzad4408

Why you mentioned docker in the title? when you don't you use it in the video

@alexCh-ln2gw

aren't you supposed to NOT run postgres inside a docker container due to statelessness/access issues/etc ?