Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

termith-anr/totem

Repository files navigation

Totem

Totem Logo

You have Docker & want to watch Totem interface ? -> Docker-Totem

Requirements

Mongo running Node > 11 & a modern navigator

Test

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)

Docker

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

ezMaster

This app is ezMaster compatible