https://github.com/denizumutdereli/nestjs-typescript-rest-api
a simple rest-api boilerplate of using nest with typescript
https://github.com/denizumutdereli/nestjs-typescript-rest-api
dto dto-pattern nestjs nodejs rest-api typescript
Last synced: 2 months ago
JSON representation
a simple rest-api boilerplate of using nest with typescript
- Host: GitHub
- URL: https://github.com/denizumutdereli/nestjs-typescript-rest-api
- Owner: denizumutdereli
- Created: 2022-02-01T16:25:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T22:15:01.000Z (over 4 years ago)
- Last Synced: 2025-02-27T02:43:33.244Z (over 1 year ago)
- Topics: dto, dto-pattern, nestjs, nodejs, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## 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
```
Nest is [MIT licensed](LICENSE).