Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 429 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 429 Bytes

Spiken

Telegram bot used to keep track of user balances and consumed products.

Prerequisites

  • npm (for running the bot)
  • docker (for running a local database)

Running the bot

  1. Set environment variables by creating a copy of .env.template

  2. Start a local database

docker compose up db -d
  1. Install dependencies
npm i
  1. Start the bot
npm start