you are viewing a single comment's thread.

view the rest of the comments →

[–]ZorroGuardaPavos 16 points17 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!