Nest framework TypeScript starter repository.
Playground projects to compare several methods to ensure strongly typed mongoose documents.
Project | Description |
---|---|
nestjs-mongoose | Enhanced by example of strongly typed mongoose models. Mongoose schema generated by @nestjs/mongoose schema factory. Abstract Model Service to only return lean objects. Incorporation of Aggregate Paginate V2 and Paginate V2 plugins. |
nestjs-typegoose |