Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasimy-as/node-storelocate
Store Locator using Node.js, MongoDB, Express, and GeoJSON.
https://github.com/hasimy-as/node-storelocate
Last synced: 16 days ago
JSON representation
Store Locator using Node.js, MongoDB, Express, and GeoJSON.
- Host: GitHub
- URL: https://github.com/hasimy-as/node-storelocate
- Owner: hasimy-as
- License: mit
- Created: 2020-01-03T02:37:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:12:34.000Z (about 2 years ago)
- Last Synced: 2024-10-21T18:26:07.757Z (2 months ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-StoreLocate
Store Locator using Node.js, MongoDB, Express, and GeoJSON.
# Project Status
[![Github license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/hasimy-as/Node-StoreLocate/master/LICENSE)
[![npm version](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/)## Version 1.0
Default version
# Usage
Follow the instructions below:
```sh
First, clone/download the repository.Secondly, run this command in your CLI/Terminal to install the needed dependencies (npm install --save).
Third, add your own MONGO_URI and GEOCODER_API_KEY in "config/configuration.env"
Fourth, serve the application through localhost:3001 by running this command (npm start)
```
## Licensed under the [MIT](https://raw.githubusercontent.com/hasimy-as/Node-StoreLocate/master/LICENSE) License.
Happy coding!
~Hasimy