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

https://github.com/code4mk/nestjs-kit

nestjs boilerplate (WIP)
https://github.com/code4mk/nestjs-kit

nestjs nestjs-backend nestjs-boilerplate nestjs-kit nestjs-postgres nestjs-restapi nestjskit

Last synced: 3 months ago
JSON representation

nestjs boilerplate (WIP)

Awesome Lists containing this project

README

        

## NESTJSKIT (wip)

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod
```

## Test

```bash
# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

# eslint
$ yarn lint

# eslint fix
yarn lint-fix
```

## Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).

## Stay in touch

- Author - [mostafa(code4mk)](https://www.linkedin.com/in/code4mk/)
- Website - [https://code4mk.org/nestjs-kit](https://code4mk.org/nestjs-kit)
- Twitter - [@nestframework](https://twitter.com/code4mk)

## License

NestJSKIT is [MIT licensed](LICENSE).