dotjamie / egghead-getting-started-with-express

Code examples from Getting Started with Express on egghead.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code examples from Getting Started with Express on egghead.io


Languages

Language:JavaScript 56.4%Language:HTML 43.6%