Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

lucaspaixao-dev/partner-api

Repository files navigation

Partner API

This API was develop with:

How to execute

  • Check if you have installed the docker-compose in your computer
  • Execute the follow command in the project root: $ docker-compose build
  • Execute the follow command in the project root: $ docker-compose up
  • For test, execute the follow command on terminal: $ curl --location --request GET 'localhost:8182/health-check'

Libraries

  • deteKt to code complexity
  • ktlint to code style analyze
  • jacoco to code coverage minimum = 0.80

Tests

  • Unitary Tests for the business rules;
  • Component Test for the contract and expected http responses.

Documentation

Open spec.yml on root project in open api web

Observation

I didn't write the component test for search by latitude and longitude because the library that I have used in this project doest not support the $geoNear.

bwaldvogel/mongo-java-server#138

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published