https://github.com/nicksp/tasty-locator
A full stack restaurant application w/ search, geolocate, review and curate favourite restaurants capabilities.
https://github.com/nicksp/tasty-locator
es6 express google-maps mongodb mongoose nodejs passportjs pug-template-engine sass webpack2
Last synced: 4 months ago
JSON representation
A full stack restaurant application w/ search, geolocate, review and curate favourite restaurants capabilities.
- Host: GitHub
- URL: https://github.com/nicksp/tasty-locator
- Owner: nicksp
- Created: 2017-10-19T01:02:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-29T00:39:16.000Z (12 months ago)
- Last Synced: 2026-03-28T22:41:55.094Z (4 months ago)
- Topics: es6, express, google-maps, mongodb, mongoose, nodejs, passportjs, pug-template-engine, sass, webpack2
- Language: CSS
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Locator Node app
## Run the App
```sh
yarn start
```
## Sample Data
To load sample data, run the following command in your terminal:
```sh
yarn sample
```
If you have previously loaded in this data, you can wipe your database 100% clean with:
```sh
yarn blowitallaway
```