https://github.com/nestjs/mongoose
Mongoose module for Nest framework (node.js) 🍸
https://github.com/nestjs/mongoose
javascript mongodb mongoose nest nestjs nodejs nosql typescript
Last synced: 10 days ago
JSON representation
Mongoose module for Nest framework (node.js) 🍸
- Host: GitHub
- URL: https://github.com/nestjs/mongoose
- Owner: nestjs
- License: mit
- Created: 2017-12-15T16:00:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T19:42:10.000Z (11 days ago)
- Last Synced: 2025-04-09T20:37:07.813Z (11 days ago)
- Topics: javascript, mongodb, mongoose, nest, nestjs, nodejs, nosql, typescript
- Language: TypeScript
- Homepage: https://nestjs.com
- Size: 8.98 MB
- Stars: 542
- Watchers: 7
- Forks: 121
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nestjs - Nest Mongoose - 用于 Nest 框架的 Mongoose 模块 (资源 / 集成)
- awesome-nestjs - `@nestjs/mongoose` - A Mongoose module for Nest framework. (Integrations)
README
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Mongoose](http://mongoosejs.com/) module for [Nest](https://github.com/nestjs/nest).
## Installation
```bash
$ npm i --save @nestjs/mongoose mongoose
```## Quick Start
[Overview & Tutorial](https://docs.nestjs.com/techniques/mongodb)
## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
* Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
* Website - [https://nestjs.com](https://nestjs.com/)
* Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).