Skip to content

vda-lab/patienttext_infographic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patienttext Infographic

Required

Create a auth.json file with the following structure:

{ "passw": "[password]" }

Default username: "accumulate".

Start with node

Start application with

node main.js

Surf to http://localhost:8888/accumulate

Start with docker

Build container

docker build -t accumulate-node .

Run container

docker run -p [port]:8888 -d accumulate-node

Surf to http://localhost:[port]/accumulate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published