Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gylove1994/nestjs_bootstrap
A repository have some basic but annoying settings for a new Nestjs project.
https://github.com/gylove1994/nestjs_bootstrap
Last synced: 8 days ago
JSON representation
A repository have some basic but annoying settings for a new Nestjs project.
- Host: GitHub
- URL: https://github.com/gylove1994/nestjs_bootstrap
- Owner: gylove1994
- Created: 2023-01-02T16:31:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T13:22:37.000Z (almost 2 years ago)
- Last Synced: 2023-11-22T12:34:31.791Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 2
- 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 out-of-box repository for Nest framework
[![Build test](https://github.com/gylove1994/nestjs_bootstrap/actions/workflows/build.yml/badge.svg)](https://github.com/gylove1994/nestjs_bootstrap/actions/workflows/build.yml)
[![CodeQL](https://github.com/gylove1994/nestjs_bootstrap/actions/workflows/codeql.yml/badge.svg)](https://github.com/gylove1994/nestjs_bootstrap/actions/workflows/codeql.yml)
## DescriptionA repository have some basic but annoying settings for a new Nestjs project.
## What included ?
- postgresSQL database configuration
- TypeORM configuration
- Env config configuration
- WinstonLogger configuration
- microservice configuration## Installation
```bash
$ yarn install
```## Running the app
```bash
# setting up database
$ docker-compose up -d# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```## Test
```bash
# unit tests
$ yarn run test# e2e tests
$ yarn run test:e2e# test coverage
$ yarn run test:cov
```## License
[MIT license](LICENSE)