Deployment Guide

In order to deploy IEE locally run the following commands

docker-compose up -d

In order to stop IEE’s running deployment

docker-compose down

Frontend will be visible at:

http://localhost:3000

Swagger for the backend api will be available at:

http://localhost:8000/docs

Data exploration environment will be available at:

http://localhost:10000/data-exploration/

Next Steps