Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsazal/nestjs-boilerplate
Build REST API quickly using - NestJS, TypeScript, ExpressJS
https://github.com/devsazal/nestjs-boilerplate
class-transformer class-validator data-transfer-object express-js nestjs typescript
Last synced: 3 months ago
JSON representation
Build REST API quickly using - NestJS, TypeScript, ExpressJS
- Host: GitHub
- URL: https://github.com/devsazal/nestjs-boilerplate
- Owner: DevSazal
- License: mit
- Created: 2023-03-04T14:35:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T13:51:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T01:31:37.502Z (3 months ago)
- Topics: class-transformer, class-validator, data-transfer-object, express-js, nestjs, typescript
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 v9.0.0](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
```## Dev Note {NestJS CLI}
```bash
# generate module by terminal
$ nest g mo# generate controller by terminal
$ nest g co# generate service by terminal
$ nest g s
```## Stay in touch
- Author - [Sazal Ahamed](https://sazal.vercel.app)
- Linkedin - [Profile](https://www.linkedin.com/in/sazal-ahamed/)
- GitHub - [DevSazal](https://github.com/DevSazal)## License
App is [MIT licensed](LICENSE).