How to handle bigger projects with FastAPI
What are FastAPI Routers?
Published in
6 min readFeb 19
--
In my previous blog post, I talked about FastAPI and how we can leverage it to quick build and prototype Python back-end APIs. In this piece, I would to tackle another aspect during development with FastAPI — handling bigger projects.
The first question that comes to mind is when do we need to branch out to different files…