https://github.com/palashmon/learn-node-pm
Learning to build applications and APIs with @wesbos
https://github.com/palashmon/learn-node-pm
async await es2017 express full-stack learning mangodb modern-javascript nodejs starter-files web-development wesbos
Last synced: 5 months ago
JSON representation
Learning to build applications and APIs with @wesbos
- Host: GitHub
- URL: https://github.com/palashmon/learn-node-pm
- Owner: palashmon
- Created: 2017-06-06T15:04:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:59:00.000Z (about 1 year ago)
- Last Synced: 2024-04-12T21:14:59.505Z (about 1 year ago)
- Topics: async, await, es2017, express, full-stack, learning, mangodb, modern-javascript, nodejs, starter-files, web-development, wesbos
- Language: JavaScript
- Homepage: https://learnnode.com/
- Size: 13.5 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learn Node

These are the starter files to accompany the [LearnNode.com](https://learnnode.com/) course. I keep updating this repo on regular basis after thoroughly understanding, practicing & re-learning each module in this course.
## 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|