Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 462 Bytes

File metadata and controls

23 lines (14 loc) · 462 Bytes

Introduction

This program implements the server (aka. hub) part of the INDICATE data exchange protocol.

Requirements.

Python >= 3.10

Installation

To run the server, please execute the following from the root directory:

pip3 install -r requirements.txt

Usage

PYTHONPATH=. uvicorn indicate_data_exchange_server.main:app --host 0.0.0.0 --port 8080

and open your browser at http://localhost:8080/docs/ to see the docs.