Frontend HTTP API for mercury
Pre-requisite: Needs a pre-built image of mercury-core.
To build the image use the following command
docker build -t local/mercury-api -f Dockerfile .
Once the local image has been built, use the compose file to start the mercury-api service.
docker-compose -f docker-compose.yml -p mercury-api up
tox