Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.81 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.81 KB

Description

Nest framework TypeScript starter repository.

Playground projects to compare several methods to ensure strongly typed mongoose documents.

Playground Projects

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