Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 207 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 207 Bytes

SeedMongo

open the mongo shell

mongo

switch to your db, for example "WebDev"

use WebDev

load the seed.js file

load('./path/to/seed.js')

check out the data you have!

db.getCollectionNames()