This Telegram bot is created to help monitor individual mood
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/12/this-telegram-bot-is-created-to-help-monitor-individual-mood_61ad391ce729a-375x210.jpeg)
This bot is created to help monitor your mood. Lean and mean.
Deployment
Install Docker and Docker Compose
Populate .env file
Build and run containers
docker-compose build && docker-compose up -d
App updating
Connect to the docker container
docker container exec -it mood_bot.app /bin/bash
To apply migrations:
python3 manage.py migrate