Telegram bot @RepeatWordBot will help you learn new English words
This project use setnemo/bots-environment
git clone https://github.com/setnemo/bots-environment.git
cd bots-environment
echo "DB_PASSWORD=password\n" > .env
make upClone project and build
git clone https://github.com/setnemo/repeat-word-bot.git
cd repeat-word-bot
make upCreate .env
cat .env.dist > .envInstall composer dependencies
make installBuild containers for tests
make test-upRun tests with coverage
make test-all