Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 800 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 800 Bytes

Demo Mongoose Typescript

Continuous Integration

Demo project that shows how you can configure Mongoose to use in a Typescript project:

  • cache your connections
  • unit test with mongodb-memory-server
  • do geospatial and recursive queries
  • publish a private npm package

Entire process is documented in Working with Mongoose and Typescript.

Schema example