Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binbiubiubiu/nestjs_template
a personal template for nestjs
https://github.com/binbiubiubiu/nestjs_template
mongodb nestjs nestjs-template websocket
Last synced: 27 days ago
JSON representation
a personal template for nestjs
- Host: GitHub
- URL: https://github.com/binbiubiubiu/nestjs_template
- Owner: Binbiubiubiu
- License: mit
- Created: 2019-09-13T10:49:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:39:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T19:43:31.291Z (about 2 months ago)
- Topics: mongodb, nestjs, nestjs-template, websocket
- Language: TypeScript
- Size: 1.31 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# nestjs_template
![image](https://img.shields.io/github/issues/Simon-Bin/nestjs_template)
![image](https://img.shields.io/github/forks/Simon-Bin/nestjs_template)
![image](https://img.shields.io/github/stars/Simon-Bin/nestjs_template)
![image](https://img.shields.io/github/license/Simon-Bin/nestjs_template)## Description
a personal template for nestjs
## 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
```