Няма описание

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