See the OpenApi 3 here.
docker build -t pagopa-functions-template .
docker run -p 8999:80 pagopa-functions-template
curl http://localhost:8999/example
mvn clean package
mvn azure-functions:run
curl http://localhost:7071/example
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.