Skip to content

MapColonies/geocoding

Repository files navigation

Geocoding

This is an API for MapColonies custom geocoding service.

API

Checkout the OpenAPI spec here

Installation

Install mock data - Don't forget to edit /config/test.json file to your specific specific config.

npm run dev:scripts

Install deps with npm

npm install

Install Git Hooks

npx husky install

Run Locally

Clone the project

git clone https://github.com/MapColonies/geocoding.git

Go to the project directory

cd geocoding

Install dependencies

npm install

Start the server

npm run start

Running Tests

To run tests, run the following command

npm run test

To only run unit tests:

npm run test:unit

To only run integration tests:

npm run test:integration