Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amarjanica/demo-mongoose-typescript
Demo project that shows how you can configure Mongoose to use in Typescript
https://github.com/amarjanica/demo-mongoose-typescript
geospatial mongoose recursive-queries typescript
Last synced: 28 days ago
JSON representation
Demo project that shows how you can configure Mongoose to use in Typescript
- Host: GitHub
- URL: https://github.com/amarjanica/demo-mongoose-typescript
- Owner: amarjanica
- License: mit
- Created: 2022-11-16T08:09:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T09:17:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T18:55:42.058Z (about 1 month ago)
- Topics: geospatial, mongoose, recursive-queries, typescript
- Language: TypeScript
- Homepage: https://www.amarjanica.com/working-with-mongoose-typescript-and-gis
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo Mongoose Typescript
[![Continuous Integration](https://github.com/amarjanica/demo-mongoose-typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/amarjanica/demo-mongoose-typescript/actions/workflows/ci.yml)
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 packageEntire process is documented in [Working with Mongoose and Typescript](https://www.amarjanica.com/working-with-mongoose-typescript-and-gis).
[![](https://markdown-videos.deta.dev/youtube/mYslIfyb-Y0)](https://youtu.be/mYslIfyb-Y0)
![Schema example](https://www.amarjanica.com/wp-content/uploads/2022/11/Screenshot-from-2022-11-15-19-55-30.png)