Тайлбар байхгүй

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