Skip to content

Kidkender/tma-backend

Repository files navigation

Nest Logo

Description

This is backend for repositories: TMA basic app

Installation

yarn install

Configuration 🌐

Before running the app, make sure to set up the required environment variables. You may need to create a .env file in the project root directory with the following keys:

  • BOT_TOKEN
  • DATABASE_URL

With BOT_TOKEN you can find in father bot in telegram

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors