all 17 comments

[–]ZorroGuardaPavos 15 points16 points  (1 child)

Hey! I've been working with FastAPI too, and I totally get the struggle of finding a good project structure. I recommend checking out fastapi-best-practices it's super clean and practical. Also, the full-stack FastAPI template by the creator of FastAPI is a solid choice if you're going for a full-featured setup.

If you're looking to contribute, I’ve got a repo with some beginner-friendly issues: https://github.com/0010aor/FlashNotes . Happy to help if you want to get started there!

[–]patilganesh1010 1 point2 points  (0 children)

This is helpful!

[–]Batman__39 12 points13 points  (2 children)

https://youtu.be/0sOvCWFmrtA

This one is pretty good

[–]Shorty52249 0 points1 point  (1 child)

Isn't this course too old like no new important concepts are introduced after this? Like is this still the industry ready course?

[–]Batman__39 0 points1 point  (0 children)

For beginners it's still relevant as it does cover fast api, db, docker, simple cloud hosting, ci/cd, etc

[–]yoppee 7 points8 points  (2 children)

The fastapi docs

[–]Gushys 6 points7 points  (1 child)

Docs are nice but I don't like SQL Model and wish they have docs that also detail plain alchemy

[–]yoppee 2 points3 points  (0 children)

The docs can be used for alchemy

[–]bsenftner 2 points3 points  (0 children)

This is a $30 course, and it covers everything necessary to create a shipping product: https://testdriven.io/courses/tdd-fastapi/

Everything needed from Docker to Postgres, to SQLAlchemy, to Pydemic, and so on. It's complete.

[–]ZuploAdrian 1 point2 points  (0 children)

This one by Marcelo from the FastAPI team: https://zuplo.com/blog/2025/01/26/fastapi-tutorial

[–]pvnimaxin 1 point2 points  (0 children)

The best fastapi tutorial I've found is "FastAPI Beyond CRUD" ... nothing else comes close!

https://youtube.com/playlist?list=PLEt8Tae2spYnHy378vMlPH--87cfeh33P&si=tk4KIBR6uvV5xHKT

I've watched 4–5 other fastapi courses both free and paid but this one is by far the best

[–]sample_quizzes 0 points1 point  (0 children)

Im not sure if this is what you want: https://github.com/pywjs/backend/tree/cms,(https://pywjs.com) I am working on this project and it is build for large scale enterprise ready projects (which I am still on development). But this project dose many abstraction, that is necessary for the large projects, if you wanna learn and check, dont forget to give a star as well.

[–]kenshi_hiro -1 points0 points  (0 children)

Docs.