Brak opisu

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

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