Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axeldavid45/mongoose-with-nestjs
- Owner: AxelDavid45
- License: mit
- Created: 2023-09-29T02:31:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T02:51:46.000Z (about 1 year ago)
- Last Synced: 2023-09-29T04:26:23.642Z (about 1 year ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- 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
## DescriptionUsage 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).