https://github.com/hgurung/nestjs-boilerplate
Nestjs boilerplate for beginners.
https://github.com/hgurung/nestjs-boilerplate
auth0 healthcheck http-interceptors nestjs nodejs standard-version typeorm typescript
Last synced: about 2 months ago
JSON representation
Nestjs boilerplate for beginners.
- Host: GitHub
- URL: https://github.com/hgurung/nestjs-boilerplate
- Owner: hgurung
- Created: 2022-01-06T08:34:15.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-18T07:32:55.000Z (over 3 years ago)
- Last Synced: 2025-04-05T11:41:21.974Z (6 months ago)
- Topics: auth0, healthcheck, http-interceptors, nestjs, nodejs, standard-version, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 430 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Description
[Nest](https://github.com/nestjs/nest) framework boilerplate.
## Installation
```bash
$ npm install
```## Running the docker for postgres or simply update env with running postgres values
```bash
$ docker-compose up -d
```## 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
```## Stay in touch
- Author - [Harris Gurung]
- Linkedin - [@harrisgurung](https://www.linkedin.com/in/harris-gurung-734613b0/)