Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```