First of all you need to unzip files inside data1.zip into the root folder

  1. create venv:
python -m venv venv
  1. activate venv:
venv/Scripts/activate
  1. install dependencies:
pip install -r requirements.txt
  1. start application:
uvicorn test:app
  1. application started:
it is located on localhost:8000