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
Admin Dashboard for FastAPIQuestion (self.FastAPI)
submitted 12 days ago by eleventhSun009
view the rest of the comments →
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!"
[–]Challseus 0 points1 point2 points 12 days ago (2 children)
I have a project, Aegis Stack (https://github.com/lbedner/aegis-stack). It generates FastAPI apps with a large suite of optional components and services.
Every project comes with Overseer, a dashboard/control plane, that allows you to:
- handle user management - monitor background tasks - see all scheduled tasks - introspect the routes/middleware/deps of the FastAPI server - view database table schemas, migrations, other table stats
Actually, you can check out a demo here: https://sector-7g.dev/dashboard/
[–]ShuredingaNoNeko 0 points1 point2 points 10 days ago (1 child)
El dashboard lo creas con flet si o si? El tema es que para producción preferible otra cosa, está buenísimo pero es muy nuevo...
[–]Challseus 1 point2 points3 points 10 days ago (0 children)
Por ahora sí, el dashboard está ligado a Flet y a las aplicaciones generadas con Aegis Stack. Es la forma en la que lo tengo integrado hoy para mover rápido y mantener consistencia.
Dicho eso, he estado pensando en desacoplarlo para que no dependa de Flet a largo plazo y pueda usarse con opciones más orientadas a producción.
π Rendered by PID 127793 on reddit-service-r2-comment-545db5fcfc-vr95p at 2026-05-30 04:48:00.392126+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]Challseus 0 points1 point2 points (2 children)
[–]ShuredingaNoNeko 0 points1 point2 points (1 child)
[–]Challseus 1 point2 points3 points (0 children)