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

https://github.com/kutyel/learn-node

My repo for the LEARN NODE course by @wesbos
https://github.com/kutyel/learn-node

express google-maps-api mongodb mongoose nodejs nodemailer passportjs pug

Last synced: 9 months ago
JSON representation

My repo for the LEARN NODE course by @wesbos

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|