Skip to content

Telegram bot that searches for funny videos by a phrase from it

Notifications You must be signed in to change notification settings

BaltsevichDanil/bocman_bot

Repository files navigation

NestJS boilerplate application

Branches

Features

  • Node v14.17.1
  • Conventional commits
  • ESLint
  • Launch scripts (prebuild, build, start, test, etc.)
  • Precommit prettier
  • VSCode debug launcher
  • Strict ruled tsconfig.json
  • Migrations
  • Docker compose with postgres

Installation

$ npm install

Running the app

# if your default nodeJS version is not v14.17.1
$ nvm use 

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Telegram bot that searches for funny videos by a phrase from it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published