Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eneax/learn-node
- Owner: eneax
- Created: 2018-07-04T09:15:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T17:23:53.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T09:51:31.896Z (about 2 months ago)
- Topics: expressjs, heroku, javascript, mongodb, nodejs, pug
- Language: JavaScript
- Homepage:
- Size: 15.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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|