- Python 3.6+
- Create a virtual enviroment
python3 -m venv venv
- Activate venv
. venv\bin\activate
Create a file main.py with code :
Running the API
uvicorn main:app --reload
or
python3 -m venv venv
. venv\bin\activate
Create a file main.py with code :
Running the API
uvicorn main:app --reload
or