暂无描述

kevin c77536452e post request 2 年之前
public f36cda4893 first commit 2 年之前
views 851a533926 https support 2 年之前
.dockerignore f36cda4893 first commit 2 年之前
.gitignore f36cda4893 first commit 2 年之前
Dockerfile f36cda4893 first commit 2 年之前
README.md 48d1737657 readme 2 年之前
activate 33c2507328 virtualenv nodejs 2 年之前
docker-compose.yaml f36cda4893 first commit 2 年之前
package.json f36cda4893 first commit 2 年之前
run.sh 851a533926 https support 2 年之前
server.js c77536452e post request 2 年之前
start_docker.sh f36cda4893 first commit 2 年之前
stop_docker.sh f36cda4893 first commit 2 年之前

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