Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uttesh/nest-mongo-generic

simple NESTJS + MONGOOSE boiler plate with generic controller and service implementations
https://github.com/uttesh/nest-mongo-generic

generic-controllers generic-repository generics mongodb mongoose nestjs typescript

Last synced: about 3 hours ago
JSON representation

simple NESTJS + MONGOOSE boiler plate with generic controller and service implementations

Awesome Lists containing this project

README

        


Nest Logo

## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript + MongoDB starter repository.
Implemented the base controller and service to avoid the CRUD related duplication code and made generic controller and service implementaitons

## Installation

```bash
$ npm install
```

## 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
```