This repo is a material for my courses I teach around Node.js. Only my students are allowed to use it as part of their learning.
Start the stack (host / terminal: 1):
docker-compose upEnter in the API container (host / terminal 2):
docker-compose exec api bashThen, install packages / dependencies ("API" container / terminal 2):
yarnThen, start the API server in development environment ("API" container / terminal 2):
yarn devor in production environment (only):
yarn startRuns the tests ("API" container / terminal 3):
yarn testClean the volume container (on the host):
./bin/vc-clean(c) 2020, Nicolas Tallefourtane