https://github.com/vinodnextcoder/simple-nestjs-project
simple nestjs api
https://github.com/vinodnextcoder/simple-nestjs-project
nestjs nestjs-backend simple-nestjs-api
Last synced: 3 months ago
JSON representation
simple nestjs api
- Host: GitHub
- URL: https://github.com/vinodnextcoder/simple-nestjs-project
- Owner: vinodnextcoder
- Created: 2022-01-11T12:12:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T13:31:41.000Z (about 4 years ago)
- Last Synced: 2024-12-29T05:12:09.324Z (about 1 year ago)
- Topics: nestjs, nestjs-backend, simple-nestjs-api
- Language: TypeScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
nest Starter project
## 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
```