Skip to content

zremboldt/learn-node-course--wes-bos

Repository files navigation

What is this?

Just you wait folks!

Sample Data

To load sample data, run the following command in your terminal:

npm run sample

If you have previously loaded in this data, you can wipe your database 100% clean with:

npm run blowitallaway

That will populate 16 stores with 3 authors and 41 reviews. The logins for the authors are as follows:

Name Email (login) Password
Wes Bos wes@example.com wes
Debbie Downer debbie@example.com debbie
Beau beau@example.com beau

Dev Notes

Package.json scripts have been changed to the following:

For development run: npm run dev

To run the app: node start.js

About

Getting up and running with Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published