{"id":29201982,"url":"https://github.com/nandubit/mongoosemongodbconnection","last_synced_at":"2025-07-23T06:04:32.895Z","repository":{"id":165972759,"uuid":"641359229","full_name":"NanduBit/MongooseMongoDBConnection","owner":"NanduBit","description":"This repository consists a simple way to establish connection to MongoDB database using mongoose.","archived":false,"fork":false,"pushed_at":"2025-06-29T17:29:15.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T18:28:50.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NanduBit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-05-16T10:00:35.000Z","updated_at":"2025-06-29T17:29:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"217ac663-0c44-4d1a-851e-7900c42c258f","html_url":"https://github.com/NanduBit/MongooseMongoDBConnection","commit_stats":null,"previous_names":["nandubit/mongoosemongodbconnection"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NanduBit/MongooseMongoDBConnection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FMongooseMongoDBConnection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FMongooseMongoDBConnection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FMongooseMongoDBConnection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FMongooseMongoDBConnection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NanduBit","download_url":"https://codeload.github.com/NanduBit/MongooseMongoDBConnection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduBit%2FMongooseMongoDBConnection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266626115,"owners_count":23958344,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-07-02T12:36:48.920Z","updated_at":"2025-07-23T06:04:32.870Z","avatar_url":"https://github.com/NanduBit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongooseMongoDBConnection\nThis repository consists a simple way to establish connection to MongoDB database using mongoose.\n\n# Seting Up\nType `git clone NanduWasTaken/MongooseMongoDBConnection.git` into the terminal.\n\n\n# Single Step\nGo to [MongoDB](https://www.mongodb.com/) website and make a account and create your own database.\nLocate the MongoDB URI =\u003e Connect\u003eDrivers\n![Screenshot_2023-05-16-16-51-00-417](https://github.com/NanduWasTaken/MongooseMongoDBConnection/assets/89532571/a01a54ce-80d0-42f1-ac49-4c4f375890b5)\n(the uri will be different on yours)\nNow Replace the \"Super Secret MongoDB URI Here\" with your actual MongoDB URI\n```\nmongoose.connect('Super Secret MongoDB URI Here', {\n  useNewUrlParser: true,\n  useUnifiedTopology: true\n});\n```\n\n# Running\nType `node index.js` to your terminal.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandubit%2Fmongoosemongodbconnection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnandubit%2Fmongoosemongodbconnection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnandubit%2Fmongoosemongodbconnection/lists"}