https://github.com/bencodezen/dang-thats-delicious
Sample Node.js project from Wes Bos
https://github.com/bencodezen/dang-thats-delicious
nodejs tutorial-code
Last synced: 2 months ago
JSON representation
Sample Node.js project from Wes Bos
- Host: GitHub
- URL: https://github.com/bencodezen/dang-thats-delicious
- Owner: bencodezen
- Created: 2017-06-23T15:03:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T15:22:06.000Z (almost 9 years ago)
- Last Synced: 2025-01-26T09:28:57.574Z (over 1 year ago)
- Topics: nodejs, tutorial-code
- Language: CSS
- Size: 12.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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|wes@example.com|wes|
|Debbie Downer|debbie@example.com|debbie|
|Beau|beau@example.com|beau|