Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

DEPRECATED pagoPA IUV generator

License

Notifications You must be signed in to change notification settings

pagopa-archive/pagopa-iuv-generator

Repository files navigation

pagoPA IUV Generator function

Api Documentation 📖

See the OpenApi 3 here.


Run locally with Docker

docker build -t pagopa-functions-template .

docker run -p 8999:80 pagopa-functions-template

Test

curl http://localhost:8999/example

Run locally with Maven

mvn clean package

mvn azure-functions:run

Test

curl http://localhost:7071/example


TODO

Once cloned the repo, you should configure the following GitHub action in .github folder:

  • deploy.yml
  • sonar_analysis.yml

and pipeline configuration in .devops folder:

  • code-review-pipelines.yaml
  • deploy-pipelines.yaml

Configure the SonarCloud project 👉 guide.