Creating a FAST API service on azure
- create virtualenv
virtualvenv venv
- run
source venv/bin/activate
- run
pip install -r requirements.txt
run the following command to start uvicorn api.main:app --reload
- http://127.0.0.1:8000/docs => Documentation of the API
- http://127.0.0.1:8000 => API end point