# 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()
hdngr/treehouse-mongo-basics
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|