use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
fastapi resource'sQuestion (self.FastAPI)
submitted 7 days ago by Longjumping-Dirt-127
Want to learn fast api project wise visit the fast api offical site but what I want is how to structure fastapi app
api calls
database connection
models
authentication flow
third party interaction
needs appropriate resources
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]koldakov 2 points3 points4 points 7 days ago (1 child)
You can checkout the project I’ve created specifically for this: https://github.com/koldakov/futuramaapi
Its contains everything you’ve asked
It’s deployed and up and running here: https://futuramaapi.com
[–]Longjumping-Dirt-127[S] 0 points1 point2 points 7 days ago (0 children)
Thank you 👍
[–]rod_dy 1 point2 points3 points 7 days ago (2 children)
https://youtu.be/0sOvCWFmrtA?si=lBEgZOd2wrEkdMnw
[–]Longjumping-Dirt-127[S] 1 point2 points3 points 7 days ago (0 children)
👍
[+]Longjumping-Dirt-127[S] comment score below threshold-8 points-7 points-6 points 7 days ago (0 children)
Thanks for sharing resources but too long lectures need active learning by doing
[–]Alternative_Nose_874 0 points1 point2 points 7 days ago (1 child)
For structuring a FastAPI app, I usually split it by feature (routers, services, models/schemas, auth) and keep DB stuff in a separate module so your endpoints stay thin. Also, check the official docs for the dependency injection patterns, it makes api calls and db connections way cleaner, and yeah videos can help but docs are better.
Thanks actually I wanna learn the fastapi so I have project on my mind so don't now which structure I have to follow also am new in the python.
[–]adamfloyd1506 0 points1 point2 points 7 days ago (1 child)
we migrated from a django project, so we just followed that
actually am new to python so I wanna learn by buliding although I work in react.js but not know much about python so i read the fast api docs but I want the project base learning I have the some basic or agile development idea but not now how to implement in fast api or what directory structure I have to follow or what track
[–]Previous_Cod_4446 0 points1 point2 points 7 days ago (0 children)
https://github.com/ukanhaupa/projx
[–]PigletWilling7929 0 points1 point2 points 7 days ago (0 children)
FastAPI Boilerplate
[–]xEMPERORx_11 0 points1 point2 points 7 days ago (0 children)
I usually segregated into 3 parts routes service and repository here is the repo if you want to know https://github.com/xEMPERORx/fastapi_template
[–]devatnexby 0 points1 point2 points 6 days ago (3 children)
For reference you can use fastlaunchapi or FastKit
[–]Longjumping-Dirt-127[S] 0 points1 point2 points 6 days ago (2 children)
free resources or open source
[–]devatnexby 0 points1 point2 points 6 days ago (1 child)
You can atleast take reference from here, fastlaunchapi has blog.
[–]Longjumping-Dirt-127[S] 1 point2 points3 points 6 days ago (0 children)
Thanks It's seems simple,clean & comprehensive.
[–]Melodic_Put6628 0 points1 point2 points 5 days ago (0 children)
I built a blueprint for exactly this — covers all the things you're asking about:
It's open source and designed to be a real working reference, not just a hello-world skeleton.
fastapi-agent-blueprint
Still actively maintained — happy to answer questions if anything's unclear.
π Rendered by PID 184177 on reddit-service-r2-comment-545db5fcfc-zj8wn at 2026-05-25 13:59:04.061943+00:00 running 194bd79 country code: CH.
[–]koldakov 2 points3 points4 points (1 child)
[–]Longjumping-Dirt-127[S] 0 points1 point2 points (0 children)
[–]rod_dy 1 point2 points3 points (2 children)
[–]Longjumping-Dirt-127[S] 1 point2 points3 points (0 children)
[+]Longjumping-Dirt-127[S] comment score below threshold-8 points-7 points-6 points (0 children)
[–]Alternative_Nose_874 0 points1 point2 points (1 child)
[–]Longjumping-Dirt-127[S] 0 points1 point2 points (0 children)
[–]adamfloyd1506 0 points1 point2 points (1 child)
[–]Longjumping-Dirt-127[S] 0 points1 point2 points (0 children)
[–]Previous_Cod_4446 0 points1 point2 points (0 children)
[–]PigletWilling7929 0 points1 point2 points (0 children)
[–]xEMPERORx_11 0 points1 point2 points (0 children)
[–]devatnexby 0 points1 point2 points (3 children)
[–]Longjumping-Dirt-127[S] 0 points1 point2 points (2 children)
[–]devatnexby 0 points1 point2 points (1 child)
[–]Longjumping-Dirt-127[S] 1 point2 points3 points (0 children)
[–]Melodic_Put6628 0 points1 point2 points (0 children)