Code examples from the Getting Started with Express.js series on https://egghead.io
You can populate your database with the following command.
mongoimport --db test --collection users --drop --file user_list.json
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Code examples from the Getting Started with Express.js series on https://egghead.io
You can populate your database with the following command.
mongoimport --db test --collection users --drop --file user_list.json