Matataki-io / TokenCircle-Bot-Backend

Backend for TokenCircle (Telegram) Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token Circle Backend

Description

Based on Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# 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

Create / Sync Database

# First run, generate the database from the migration
npm run typeorm migration:run

# If you change the entity, you should generate the migration file
npm run typeorm migration:generate -- -n "_YOUR_MIGRATION_NAME_HERE_"

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Backend for TokenCircle (Telegram) Bot


Languages

Language:TypeScript 95.3%Language:JavaScript 4.7%