dashboard_api This api is made with FastAPI requirements install gnu make Instructions Using virtual environment: python -m venv venv . venv/bin/activate pip install -r requirements.txt make uvicorn Using docker: make docker Now the api can be accessed at 127.0.0.1:9000