Nessuna descrizione

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

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