Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axeldavid45/mongoose-with-nestjs

Nestjs Mongoose module examples
https://github.com/axeldavid45/mongoose-with-nestjs

Last synced: 4 days ago
JSON representation

Nestjs Mongoose module examples

Awesome Lists containing this project

README

        

# Library of examples using @nestjs/mongoose module
## Description

Usage examples of @nestjs/mongoose module

## Content

- Population examples
- Subdocument examples

## Installation

```bash
$ npm install
```

## Running the app

```bash
# REPL (recommended)
$ npm run start -- --watch --entryFile repl
```

## License

Repository [MIT licensed](LICENSE).