This Telegram bot is created to help monitor individual mood
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