You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# open the mongo shell
mongo
# switch to your db, for example "mongoBasics"
> use mongoBasics
# load the seed.js file
> load('./path/to/seed.js')
# check out the data you have!
> db.getCollectionNames()