Skip to content

adamhodson/egghead-getting-started-with-express

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.4%
  • HTML 43.6%