Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 563 Bytes

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