{"id":14956940,"url":"https://github.com/pop-code/nestjs-mongo","last_synced_at":"2026-04-06T05:31:45.849Z","repository":{"id":34525458,"uuid":"179990485","full_name":"Pop-Code/nestjs-mongo","owner":"Pop-Code","description":"A nestjs module for mongo","archived":false,"fork":false,"pushed_at":"2023-03-07T09:07:04.000Z","size":4424,"stargazers_count":4,"open_issues_count":10,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T10:22:46.674Z","etag":null,"topics":["es6","mongo","mongodb","mongodb-database","mongodb-orm","nestjs","nestjs-mongo","orm","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/nestjs-mongo","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pop-Code.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=M754R7Y5FE6DN\u0026source=url"]}},"created_at":"2019-04-07T16:11:01.000Z","updated_at":"2023-04-30T20:04:36.000Z","dependencies_parsed_at":"2024-09-22T02:01:00.355Z","dependency_job_id":"7089ad04-4c3a-4cc1-8cdc-125ef88b472f","html_url":"https://github.com/Pop-Code/nestjs-mongo","commit_stats":{"total_commits":253,"total_committers":6,"mean_commits":"42.166666666666664","dds":0.2490118577075099,"last_synced_commit":"506924f60fd5721d676cc51484499b24757f527e"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pop-Code%2Fnestjs-mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pop-Code%2Fnestjs-mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pop-Code%2Fnestjs-mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pop-Code%2Fnestjs-mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pop-Code","download_url":"https://codeload.github.com/Pop-Code/nestjs-mongo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237950923,"owners_count":19392667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["es6","mongo","mongodb","mongodb-database","mongodb-orm","nestjs","nestjs-mongo","orm","typescript"],"created_at":"2024-09-24T13:13:46.022Z","updated_at":"2025-10-24T10:31:07.712Z","avatar_url":"https://github.com/Pop-Code.png","language":"TypeScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=M754R7Y5FE6DN\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# nestjs-mongo\n\n[NestJS Mongo][doc-link] is a module that provide a little orm. Build with typescript and the nodejs mongodb driver\n\n### [Install FROM NPM][npm]\n\n```bash\nnpm install nestjs-mongo\n# or unig yarn\nyarn add nestjs-mongo\n```\n\n### Usage\n\nAn example of nestjs module that import the nestjs-mongo\n\n```ts\n// module.ts\nimport { Module } from '@nestjs/common';\nimport { MongoModule } from 'nestjs-mongo';\n\n@Module({\n    imports: [\n        MongoModule.forRootAsync({\n            imports: [],\n            useFactory: (config: ConfigService) =\u003e ({\n                uri: config.mongoUri\n            }),\n            inject: [MyConfigService]\n        })\n    ]\n})\nexport class MyModule {}\n```\n\n....More coming soon.\n\n### Documentation\n\nA typedoc is generated and available on github [https://pop-code.github.io/nestjs-mongo][doc-link]\n\n### [CHANGELOG][changelog]\n\n#### TODO\n\n-   [ ] write wiki\n-   [ ] add more tests\n-   [ ] add examples\n\n[npm]: https://www.npmjs.com/package/nestjs-mongo\n[doc-link]: https://pop-code.github.io/nestjs-mongo\n[changelog]: https://github.com/Pop-Code/nestjs-mongo/blob/master/CHANGELOG.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpop-code%2Fnestjs-mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpop-code%2Fnestjs-mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpop-code%2Fnestjs-mongo/lists"}