Fastapi Module¶
This is the main entry point for the backend. You should not interact that often with this technical app.py, but suffices to say that you find there
- The instantiation of the FastAPI
FastAPI()app - The instantiation of the sqladmin
Adminadmin interface (with a custom authentication based on JWT, as for the rest of the stack authentication mechanisms) - A
loginroute to... Well, login 😅