Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 23 hours 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:13:59.000Z (about 1 month ago)
- Last Synced: 2024-10-29T14:58:27.753Z (about 1 month ago)
- Topics: javascript, mongodb, mongoose, nest, nestjs, nodejs, nosql, typescript
- Language: TypeScript
- Homepage: https://nestjs.com
- Size: 8.87 MB
- Stars: 521
- Watchers: 8
- Forks: 118
- 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).