No Description

kevin 48d1737657 readme 2 years ago
public f36cda4893 first commit 2 years ago
views f36cda4893 first commit 2 years ago
.dockerignore f36cda4893 first commit 2 years ago
.gitignore f36cda4893 first commit 2 years ago
Dockerfile f36cda4893 first commit 2 years ago
README.md 48d1737657 readme 2 years ago
activate 33c2507328 virtualenv nodejs 2 years ago
docker-compose.yaml f36cda4893 first commit 2 years ago
package.json f36cda4893 first commit 2 years ago
run.sh f36cda4893 first commit 2 years ago
server.js f36cda4893 first commit 2 years ago
start_docker.sh f36cda4893 first commit 2 years ago
stop_docker.sh f36cda4893 first commit 2 years ago

README.md

README

Install node.js dependencies

$ npm install

Run locally

$ source activate
$ ./run.sh

(CTRL-C to exit)

Run with docker-compose

$ ./start_docker.sh -d 
$ ./stop_docker.sh