https://github.com/bntzio/thats-delicious
Full stack restaurant application which users can search, geolocate, review and curate their favourite restaurants from around the world 🍔
https://github.com/bntzio/thats-delicious
es6 express javascript mongodb nodejs pug sass webpack wes
Last synced: 3 months ago
JSON representation
Full stack restaurant application which users can search, geolocate, review and curate their favourite restaurants from around the world 🍔
- Host: GitHub
- URL: https://github.com/bntzio/thats-delicious
- Owner: bntzio
- Created: 2017-05-11T16:47:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T00:39:30.000Z (about 9 years ago)
- Last Synced: 2026-01-03T16:18:11.528Z (6 months ago)
- Topics: es6, express, javascript, mongodb, nodejs, pug, sass, webpack, wes
- Language: JavaScript
- Homepage: https://thats-delicious-dntuotdwuu.now.sh
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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|