Aucune description

kevin 48d1737657 readme il y a 2 ans
public f36cda4893 first commit il y a 2 ans
views f36cda4893 first commit il y a 2 ans
.dockerignore f36cda4893 first commit il y a 2 ans
.gitignore f36cda4893 first commit il y a 2 ans
Dockerfile f36cda4893 first commit il y a 2 ans
README.md 48d1737657 readme il y a 2 ans
activate 33c2507328 virtualenv nodejs il y a 2 ans
docker-compose.yaml f36cda4893 first commit il y a 2 ans
package.json f36cda4893 first commit il y a 2 ans
run.sh f36cda4893 first commit il y a 2 ans
server.js f36cda4893 first commit il y a 2 ans
start_docker.sh f36cda4893 first commit il y a 2 ans
stop_docker.sh f36cda4893 first commit il y a 2 ans

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