Getting Started
The @ptc-org/nestjs-query-mongoose
package provides an implementation of @ptc-org/nestjs-query-core
QueryService.
This package is built using mongoose and @nestjs/mongoose. If you are unfamiliar with them I suggest you read their documentation first.
Installation
Docs
- Read the QueryService docs
- Relations - How to work with relations/references in
mongoose
withnestjs-query
- Custom Service - Example custom service
- Serialization - How to serialize
sequelize
models.