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)
- Host: GitHub
- URL: https://github.com/code4mk/nestjs-kit
- Owner: code4mk
- Created: 2023-01-11T15:45:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T19:32:20.000Z (over 2 years ago)
- Last Synced: 2025-02-19T12:55:25.661Z (3 months ago)
- Topics: nestjs, nestjs-backend, nestjs-boilerplate, nestjs-kit, nestjs-postgres, nestjs-restapi, nestjskit
- Language: TypeScript
- Homepage:
- Size: 613 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).