Relative Content

Tag Archive for pythonsingletonfastapi

FastAPI singleton dependency

I have a FastAPI App which interact with the backend trough some singleton class. The singleton object holds the values which should be displayed in the frontend.