Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x-nimesh/nest-boilerplate
Boilerplate code for Nest js project with basic auth
https://github.com/x-nimesh/nest-boilerplate
Last synced: about 1 month ago
JSON representation
Boilerplate code for Nest js project with basic auth
- Host: GitHub
- URL: https://github.com/x-nimesh/nest-boilerplate
- Owner: X-nimesh
- Created: 2023-12-14T05:40:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T13:38:56.000Z (5 months ago)
- Last Synced: 2024-08-24T14:49:52.451Z (5 months ago)
- Language: TypeScript
- Size: 197 KB
- Stars: 1
- Watchers: 1
- 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
$ pnpm i
```## Running the app
```bash
# development
$ pnpm start# watch mode
$ pnpm start:dev# production mode
$ pnpm start:prod
```## Test
```bash
# unit tests
$ pnpm test# e2e tests
$ pnpm test:e2e# test coverage
$ pnpm test:cov
```## 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 - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).