Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amodinho/node-deploy
The final app for Wes Bos' Learn Node course ready for deployment
https://github.com/amodinho/node-deploy
Last synced: 21 days ago
JSON representation
The final app for Wes Bos' Learn Node course ready for deployment
- Host: GitHub
- URL: https://github.com/amodinho/node-deploy
- Owner: AmoDinho
- Created: 2018-06-28T12:26:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T10:24:21.000Z (over 3 years ago)
- Last Synced: 2024-11-04T09:24:19.772Z (2 months ago)
- Language: JavaScript
- Homepage: https://now-that-is-yummy.herokuapp.com/
- Size: 14.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
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|