Telegram bot used to keep track of user balances and consumed products.
- npm (for running the bot)
- docker (for running a local database)
-
Set environment variables by creating a copy of .env.template
-
Start a local database
docker compose up db -d
- Install dependencies
npm i
- Start the bot
npm start