jenny0322 / NorthwindNode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:JavaScript 77.4%Language:HTML 22.0%Language:CSS 0.3%Language:Shell 0.3%