{"id":14956893,"url":"https://github.com/dauntlessdev/dart_mongo-starter","last_synced_at":"2026-02-05T21:31:14.040Z","repository":{"id":162866961,"uuid":"291150785","full_name":"DauntlessDev/dart_mongo-starter","owner":"DauntlessDev","description":"used mongo db for creating a RESTFUL API in dart","archived":false,"fork":false,"pushed_at":"2020-08-31T21:38:23.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T14:38:44.761Z","etag":null,"topics":["dart","mongo-dart","mongo-db","restful-api"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/DauntlessDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-08-28T21:38:12.000Z","updated_at":"2023-06-25T13:55:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e73d605-8d2a-4c17-aaff-133e0472e01a","html_url":"https://github.com/DauntlessDev/dart_mongo-starter","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"54ed16672a1dff9d42196a29470edc515c2ff539"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DauntlessDev%2Fdart_mongo-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DauntlessDev%2Fdart_mongo-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DauntlessDev%2Fdart_mongo-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DauntlessDev%2Fdart_mongo-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DauntlessDev","download_url":"https://codeload.github.com/DauntlessDev/dart_mongo-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648929,"owners_count":20972942,"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":["dart","mongo-dart","mongo-db","restful-api"],"created_at":"2024-09-24T13:13:41.296Z","updated_at":"2025-04-07T11:44:45.647Z","avatar_url":"https://github.com/DauntlessDev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dart and MongoDB\n\nThis projects demonstrates how to talk to a MongoDB database.\n\n## Download and Install MongoDB\n\nVisit [https://docs.mongodb.com/manual/administration/install-community/](https://docs.mongodb.com/manual/administration/install-community/) and select your OS for instructions.\n\n## Upload json dataset into database\n\n1. Start your MongoDB server\n\n   ```bash\n   mongod\n   ```\n\n2. Import person.json with `mongoimport` executable\n\n   ```bash\n   mongoimport --jsonArray -d \u003cyourDatabaseName\u003e -c \u003cyourCollectionName\u003e --file \u003cpath/To/File.json\u003e\n   ```\n\n## Run the project\n\nExecute this command in your terminal:\n\n\n```bash\ndart bin/main.dart\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdauntlessdev%2Fdart_mongo-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdauntlessdev%2Fdart_mongo-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdauntlessdev%2Fdart_mongo-starter/lists"}