DEV Community

Amanpreet Singh
Amanpreet Singh

Posted on

Runapi (File Based routing for python)

I just published RunAPI — a Python framework inspired by Next.js, but built on FastAPI.

Why RunAPI?

FastAPI is awesome, but large projects can get messy. RunAPI adds file-based routing to keep things clean & scalable.

It also ships with JWT authentication, middleware, error handling, and a CLI for bootstrapping projects quickly.

📦 Install:

pip install runapi

🔗 Links:

PyPI: https://pypi.org/project/runapi/

GitHub: https://github.com/amanbig/runapi

Try it out & let me know what you think!

Top comments (1)

Collapse
 
amanbig profile image
Amanpreet Singh

Since it's under alpha version for testing so do use it and provide me updates regarding errors.etc