Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 436 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 436 Bytes

python-microservice-skeleton

create conda environment

$  conda create -n skeleton python=3.7

activate conda environment

$  activate skeleton

install dependencies

$  pip install -r requirements.txt

run test

$  python test_api.py

run application

$  python app.py

Swagger UI

curl

get all items

$  curl http://localhost:9090/v1.0/items/