{"id":28174532,"url":"https://github.com/ryanhustler420/mongodb_playground","last_synced_at":"2026-04-11T06:03:08.827Z","repository":{"id":42112309,"uuid":"186113692","full_name":"Ryanhustler420/MongoDB_Playground","owner":"Ryanhustler420","description":"MongoDB Code Playground With Example Step By Step. More Details Check Official Docs Online","archived":false,"fork":false,"pushed_at":"2023-01-05T02:06:06.000Z","size":5799,"stargazers_count":0,"open_issues_count":19,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-06T09:48:51.787Z","etag":null,"topics":["best-practices","client","code-snippets","javascript","mongodb","nodejs","reactjs","shell","step-by-step"],"latest_commit_sha":null,"homepage":"https://docs.mongodb.com/","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/Ryanhustler420.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}},"created_at":"2019-05-11T09:33:41.000Z","updated_at":"2020-10-11T08:28:06.000Z","dependencies_parsed_at":"2023-02-03T05:16:40.790Z","dependency_job_id":null,"html_url":"https://github.com/Ryanhustler420/MongoDB_Playground","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryanhustler420%2FMongoDB_Playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryanhustler420%2FMongoDB_Playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryanhustler420%2FMongoDB_Playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryanhustler420%2FMongoDB_Playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryanhustler420","download_url":"https://codeload.github.com/Ryanhustler420/MongoDB_Playground/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254430299,"owners_count":22069909,"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":["best-practices","client","code-snippets","javascript","mongodb","nodejs","reactjs","shell","step-by-step"],"created_at":"2025-05-15T22:16:32.077Z","updated_at":"2025-12-30T23:04:59.324Z","avatar_url":"https://github.com/Ryanhustler420.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongoDB_Playground\n\n- download mongoDb community server, and while installing please choose custome install and do just next next... because this will create a bin directory\n- there must be a folder should automatically get created in your root drive, C:/data/db , if not then you can create this on your own, and as side note it need not be like 'data' then 'db'... you can name these folder as you wish...\n- now set the PATH variable in Enviornoment Variables to bin folder, open env variable on windows, click on path under users variables, then paste this 'C:\\Program Files\\MongoDB\\Server\\4.4\\bin' and click ok, DONE...\n- open cmd and type : mongo\n\n\u003e On command prompt\n\n```cmd\n\n  \u003e show dbs\n\n  \u003e use shop --\u003e Create new Database if that is'nt exist or use if that db exist\n\n  \u003e db.products.insertOne({name: \"A Book, price: 12.99\"})\n\n  \u003e db.products.find()\n\n  \u003e db.products.find().pretty()\n\n  \u003e db.products.insertOne({name:\"A Asus Nitro Computer\", price:1299.94, description: \"This is high performance computer machine\", details: {cpu: \"Intel i9 9900\",memory:\"32gb ddr4\",graphics: \"Nvidia GTX 3500Ti\"}})\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanhustler420%2Fmongodb_playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanhustler420%2Fmongodb_playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanhustler420%2Fmongodb_playground/lists"}