DEV Community

Cover image for I’m trying to reduce repetitive backend setup and would like feedback.
Pratham Mehta
Pratham Mehta

Posted on

I’m trying to reduce repetitive backend setup and would like feedback.

I got tired of rebuilding the same FastAPI setup every time, so I made backend-dash — a small CLI to set it up for me.

uvx backend-dash init "My API" --auth --db=postgres
Enter fullscreen mode Exit fullscreen mode

or:

pip install backend-dash
Enter fullscreen mode Exit fullscreen mode

Open source and happy to hear feedback:

https://github.com/prathamdmehta/backend-dash

Top comments (0)