AgentNemo00 / glucose-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Python 98.8%Language:Dockerfile 1.2%