/EwData

Primary LanguagePython

Earthworm data

A server and client to receive data from earthworm.

Usage

Clone this repository:

git clone https://github.com/Daniel-Ibarrola/EwData.git
cd EwData

Start the server:

cd server
docker compose up -d

Start the client:

cd client
docker compose up -d