Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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