Нема описа

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