A RESTful API for querying and saving geographic replicas (snapshot and deltas)
Checkout the OpenAPI spec here
Install deps with npm
npm install
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
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