vaskocuturilo / Regions-Service

:warning: (The project doesn't finish) This is REST API service for regions application.
1 stars 0 forks source link
gradle java mysql spring-boot

Spring Boot Service for Region Application.

SWUbanner

The Spring Boot REST service for region application.

Requirements:

Note: Please put your code in a public repository.

Note: Please send a link to this repo when you are done.

You will need the following technologies available to try it out:

TO-DO list (ASAP):

Actuator

http://localhost:8090/actuator/health

{
"status": "UP"
}

Swagger-UI

How it works. (Not correct schema)

How to run.

docker-compose -f "docker-compose.yml" up --detach --build

API endpoints

These endpoints allow you to handle Stripe subscriptions for Publish and Analyze.

GET

official client only http://localhost:8080/api/v1/poland/plates/region/wx

{
   "description": "Województwo mazowieckie, Warszawa-Żoliborz",
    "region": "WX"
}

GET

official client only http://localhost:8080/api/v1/poland/plates/description/Warszawa-Żoliborz

{
   "description": "Województwo mazowieckie, Warszawa-Żoliborz",
      "region": "WX"
}

The Web site link is

link

How it looks