Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 354 Bytes

File metadata and controls

9 lines (5 loc) · 354 Bytes

Getting Started with Express.js

Code examples from the Getting Started with Express.js series on https://egghead.io

Importing data

You can populate your database with the following command.

mongoimport --db test --collection users --drop --file user_list.json