This program implements the server (aka. hub) part of the INDICATE data exchange protocol.
Python >= 3.10
To run the server, please execute the following from the root directory:
pip3 install -r requirements.txtPYTHONPATH=. uvicorn indicate_data_exchange_server.main:app --host 0.0.0.0 --port 8080and open your browser at http://localhost:8080/docs/ to see the docs.