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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T00:39:30.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T12:16:09.643Z (3 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: 3
- 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|[email protected]|wes|
|Debbie Downer|[email protected]|debbie|
|Beau|[email protected]|beau|