An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

Learning to build applications and APIs with @wesbos

Awesome Lists containing this project

README

          

## Learn Node

![CI](https://github.com/palashmon/learn-node-pm/actions/workflows/main.yml/badge.svg)

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|wes@example.com|wes|
|Debbie Downer|debbie@example.com|debbie|
|Beau|beau@example.com|beau|