This api is build in python, with the FastAPI framework.
$ cd api
$ pip install --no-cache-dir --upgrade -r requirements.txt
$ uvicorn main:app --reload
This api is build in python, with the FastAPI framework.
$ cd api
$ pip install --no-cache-dir --upgrade -r requirements.txt
$ uvicorn main:app --reload