• Stars
    star
    120
  • Rank 294,638 (Top 6 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

NorthwindNode

This example project accompanies the Learn the Mean Stack- Beginner Tutorial. The learning material can be found at:

http://www.bradoncode.com/tutorials/learn-mean-stack-tutorial/

Populating Test Data

You can make use of data migrations to load some test data.

The NPM package migrate is a dev dependency. Once that is installed, ensure that that app is running, create a user account with the details:

  • username: admin
  • password: password

Then run:

$ migrate up