https://github.com/axeldavid45/mongoose-with-nestjs
Nestjs Mongoose module examples
https://github.com/axeldavid45/mongoose-with-nestjs
Last synced: about 1 year ago
JSON representation
Nestjs Mongoose module examples
- Host: GitHub
- URL: https://github.com/axeldavid45/mongoose-with-nestjs
- Owner: AxelDavid45
- License: mit
- Created: 2023-09-29T02:31:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T02:51:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T22:41:43.792Z (over 1 year ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).