Skip to content

marktanrj/telegram-bot-nestjs-starter

Repository files navigation

Telegram Bot Starter

Tech stack

  • Core: Node.js with TypeScript
  • Framework: NestJS
  • Database: PostgreSQL (serves both as primary database and caching layer)
  • Query Builder: Kysely
  • Logging: Winston for structured logging, with message forwarding to a Telegram chat
  • Telegram Bot Client: GrammyJS

Installation

$ pnpm install

Running the app

# development
$ pnpm run dev

# production mode
$ pnpm run start:prod

About

Telegram bot starter using Grammy framework and Nestjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published