Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaudinh/store-locator

A node.js app for creating and tracking store via map
https://github.com/chaudinh/store-locator

Last synced: about 4 hours ago
JSON representation

A node.js app for creating and tracking store via map

Awesome Lists containing this project

README

        

Store Locator

Một áp quản lý store nho nhỏ được viết bằng Node.js (có sử dụng Mapquest)

![Demo](/public/images/product-demo.png)

### Cài đặt

```
git clone [email protected]:ChauDinh/store-locator.git

cd store-locator

npm install
```

### Tạo file `config.env` trong thư mục `config`

```
cd config/
touch config.env
```

### Tạo các environment variables

```
NODE_ENV=...
PORT=...

MONGO_URI=...
GEOCODER_PROVIDER=...
GEOCODER_API_KEY=...
```