- open cmd and create virtual environment:
python -m venv venv- open activate script in virtual environment:
venv\Scripts\activate- install dependencies:
pip install -r requirements.txt`- open cmd and type:
python api.py-
open browser and type: http://localhost:8000/docs
-
click
Try it out!button on endpoint who you want to test -
input your data and click
Executebutton