Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 351 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 351 Bytes

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