This projects demonstrates how to talk to a MongoDB database.
Visit https://docs.mongodb.com/manual/administration/install-community/ and select your OS for instructions.
-
Start your MongoDB server
mongod
-
Import person.json with
mongoimport
executablemongoimport --jsonArray -d <yourDatabaseName> -c <yourCollectionName> --file <path/To/File.json>
Execute this command in your terminal:
dart bin/main.dart
Created from templates made available by Stagehand under a BSD-style license.