https://github.com/literat/course_learn-node
https://learnnode.com/
https://github.com/literat/course_learn-node
Last synced: 27 days ago
JSON representation
https://learnnode.com/
- Host: GitHub
- URL: https://github.com/literat/course_learn-node
- Owner: literat
- Created: 2019-12-20T20:14:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:58:41.000Z (over 2 years ago)
- Last Synced: 2025-02-12T17:53:36.293Z (3 months ago)
- Language: JavaScript
- Size: 13.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
Just you wait folks!
## Sample Data
To load sample data, run the following command in your terminal:
```bash
npm run sample
```If you have previously loaded in this data, you can wipe your database 100% clean with:
```bash
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|[email protected]|wes|
|Debbie Downer|[email protected]|debbie|
|Beau|[email protected]|beau|