https://github.com/rust-sol-dev/nestjs-test
https://github.com/rust-sol-dev/nestjs-test
Last synced: 4 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:04:03.000Z (about 1 year ago)
- Last Synced: 2025-01-08T20:37:28.535Z (6 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).