Без опису

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