Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T18:43:27.000Z (about 7 years ago)
- Last Synced: 2024-11-10T14:43:14.659Z (2 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: 3
- Forks: 0
- Open Issues: 1
-
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
```