felipecodes / learn-node-wesbos

🔥 finished app from node course by wesbos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn node

Finished app from node course by Wes Bos

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

About

🔥 finished app from node course by wesbos


Languages

Language:CSS 53.9%Language:JavaScript 32.0%Language:HTML 14.1%