Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-sol-dev/nestjs-test
https://github.com/rust-sol-dev/nestjs-test
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/rust-sol-dev/nestjs-test
- Owner: Rust-Sol-Dev
- Created: 2024-04-11T11:09:06.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:04:03.000Z (9 months ago)
- Last Synced: 2024-08-07T10:10:13.629Z (5 months ago)
- Language: TypeScript
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## 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](https://docs.nestjs.com/support).