Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaebe/nest-demo
nestjs 测试
https://github.com/vaebe/nest-demo
Last synced: 3 days ago
JSON representation
nestjs 测试
- Host: GitHub
- URL: https://github.com/vaebe/nest-demo
- Owner: vaebe
- Created: 2024-06-26T14:43:36.000Z (5 months ago)
- Default Branch: dev
- Last Pushed: 2024-08-14T01:35:55.000Z (3 months ago)
- Last Synced: 2024-10-12T14:49:53.750Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# nestjs-demo
## Installation
```bash
pnpm install
```## Running the app
```bash
# development
$ pnpm run start# watch mode
$ pnpm run start:dev# production mode
$ pnpm run start:prod
```## Test
```bash
# unit tests
$ pnpm run test# e2e tests
$ pnpm run test:e2e# test coverage
$ pnpm run test:cov
```