Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chaudinh/store-locator
- Owner: ChauDinh
- Created: 2020-01-15T07:33:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:35:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:42:30.501Z (over 1 year ago)
- Language: JavaScript
- Size: 757 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.gitcd 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=...
```