Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A full stack restaurant app built with Node.js, Express, MongoDB and friends
https://github.com/eneax/learn-node

expressjs heroku javascript mongodb nodejs pug

Last synced: 8 days ago
JSON representation

A full stack restaurant app built with Node.js, Express, MongoDB and friends

Awesome Lists containing this project

README

        

![Learn Node](/nodejs.jpg)

# Learn Node

This repo contains the project for the [Learn Node](https://learnnode.com) course by [Wes Bos](https://github.com/wesbos).

## 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|