/egghead-getting-started-with-express

Code examples from Getting Started with Express on egghead.io

Primary LanguageJavaScript

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