💭 Bigger Applications - Multiple Files - FastAPI ================================================ !https://fastapi.tiangolo.com/tutorial/bigger-applications/#another-module-with-apirouter Date: August 24, 2023 Bigger Applications - Multiple Files - FastAPI FastAPI framework, high performance, easy to learn, fast to code, ready for production fastapi.tiangolo.com [1] Fastapi lets you tag your `APIRouter`'s so that the swagger docs are grouped according to the router. ``` python router = APIRouter(tags=['router']) ``` Now all routes in `router` will appear in the router group in the swagger docs. !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://fastapi.tiangolo.com/tutorial/bigger-applications/#another-module-with-apirouter [2]: /thoughts/ [3]: /tags/thoughts/