Service with lyrics API powered by Express.js
Run application:
npm run start
Run application in debug mode:
npm run debug
Run tests:
npm run test
Bootstrap full project using docker-compose:
docker-compose up
Bootstrap project excluding some services using docker-compose:
docker-compose up --scale [SERVICE=0...]
Stop and remove containers, networks, images:
docker-compose down