https://github.com/sgerodes/nest-telegram-bot-template
https://github.com/sgerodes/nest-telegram-bot-template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sgerodes/nest-telegram-bot-template
- Owner: sgerodes
- License: other
- Created: 2024-12-27T15:37:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T07:14:42.000Z (about 1 year ago)
- Last Synced: 2025-06-02T18:08:52.628Z (about 1 year ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ yarn install
```
## Running the app
```bash
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
```
## Test
```bash
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
```
## License
This software is licensed under the Private Development License. See the [LICENSE](./LICENSE) file for details.