Telegram bot built on top of lyrics API
The following environment variables should be exported before running:
APPLICATION_API_BASE_URL
APPLICATION_TELEGRAM_BOT_TOKEN
SERVER_LOAD_BALANCER_URL
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