First of all you need to unzip files inside data1.zip into the root folder
- create venv:
python -m venv venv
- activate venv:
venv/Scripts/activate
- install dependencies:
pip install -r requirements.txt
- start application:
uvicorn test:app
- application started:
it is located on localhost:8000