Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protokol/nestjs-template
https://github.com/protokol/nestjs-template
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/protokol/nestjs-template
- Owner: protokol
- License: other
- Created: 2021-08-04T08:10:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T09:51:35.000Z (7 months ago)
- Last Synced: 2024-04-18T23:24:51.716Z (7 months ago)
- Language: TypeScript
- Size: 300 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Img](nestjs-template.png)
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ yarn install
```## Running the app
```bash
# development
$ yarn start# watch mode
$ yarn start:dev# production mode
$ yarn start:prod
```## Test
```bash
# unit tests
$ yarn test# e2e tests
$ yarn test:e2e# test coverage
$ yarn test:cov
```## License
This project is [MIT](LICENSE) licenced.