Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa-archive/pagopa-iuv-generator
DEPRECATED pagoPA IUV generator
https://github.com/pagopa-archive/pagopa-iuv-generator
pagopa-shared
Last synced: about 2 months ago
JSON representation
DEPRECATED pagoPA IUV generator
- Host: GitHub
- URL: https://github.com/pagopa-archive/pagopa-iuv-generator
- Owner: pagopa-archive
- License: mit
- Archived: true
- Created: 2022-07-05T12:57:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T08:01:28.000Z (over 2 years ago)
- Last Synced: 2024-12-10T17:14:20.074Z (about 2 months ago)
- Topics: pagopa-shared
- Language: Java
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# pagoPA IUV Generator function
## Api Documentation 📖
See the [OpenApi 3 here.](https://editor.swagger.io/?url=https://raw.githubusercontent.com/pagopa/pagopa-iuv-generator/main/openapi/openapi.json)
---
## 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 :point_right: [guide](https://pagopa.atlassian.net/wiki/spaces/DEVOPS/pages/147193860/SonarCloud+experimental).