Sin descripción

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

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