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
Code examples from Getting Started with Express on egghead.io
JavaScript
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