Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Nest Logo

[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)
## Description

A 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)