Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 432 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 432 Bytes

Glucose service

This is a simple service for fetching glucose data from csv files

Startup

Install python 3.8

Install dependencies

pip install -r requirements.txt

Run service

python main.py

Environment variables

SWAGGER_TITLE - Swagger title

SWAGGER_VERSION - Swagger version

SWAGGER_DESCRIPTION - SWAGGER_DESCRIPTION

SERVICE_PORT - Port on which the service listen on - default 10001