pip install -r requirements.txt
uvicorn main:app
By default, the API will be available in http://127.0.0.1:8000 and the documentation in http://127.0.0.1:8000/docs or http://127.0.0.1:8000/reddoc
pip install -r requirements.txt
uvicorn main:app
By default, the API will be available in http://127.0.0.1:8000 and the documentation in http://127.0.0.1:8000/docs or http://127.0.0.1:8000/reddoc