You have Docker & want to watch Totem interface ? -> Docker-Totem
Mongo running Node > 11 & a modern navigator
To try totem just run : node totem exmpl & go to http://localhost:3000/
You will have to send an id in the form (ex : 220576)
You can use totem with docker to try it .
Just start mongo :
docker run -p 27017:27017 --name MONGODB -d mongo
Start Totem exemples:
docker run -ti -p 3000:3000 --name totem --link MONGODB:MONGO matthd/totem
Go http://localhost:3000 to access totem interface
This app is ezMaster compatible