This rest server can be used to store and retrieve data such as recordings and annotations. It was designed for use with the Immersive Study Analyzer (ISA), which Unity implementation can be found here.
Step 1: Clone the repository
git clone https://github.com/vrsys/Immersive-Study-Analyzer-Server
Step 2: Install dependencies (optional: using a conda environment)
pip install -r requirements.txt
Step 3: Start the flask server. Example start commands can be found here.
python -m flask run