Telegram bot built on top of lyrics API
The following environment variables should be exported before running:
APPLICATION_API_BASE_URLAPPLICATION_TELEGRAM_BOT_TOKENSERVER_LOAD_BALANCER_URL
Run application:
npm run startRun application in debug mode:
npm run debugRun tests:
npm run testBootstrap full project using docker-compose:
docker-compose upBootstrap project excluding some services using docker-compose:
docker-compose up --scale [SERVICE=0...]Stop and remove containers, networks, images:
docker-compose down