Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Nest Logo

[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.

NPM Version
Package License
NPM Downloads
CircleCI
Coverage

## 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).