Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/pagopa-iuvgenerator
A service that permits to generate unique IUV codes for each creditor institution.
https://github.com/pagopa/pagopa-iuvgenerator
pagopa-gpd pagopa-nodo-dei-pagamenti pagopa-shared pagopa-wisp-converter
Last synced: about 15 hours ago
JSON representation
A service that permits to generate unique IUV codes for each creditor institution.
- Host: GitHub
- URL: https://github.com/pagopa/pagopa-iuvgenerator
- Owner: pagopa
- Created: 2024-04-04T08:52:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T15:58:05.000Z (3 months ago)
- Last Synced: 2024-12-10T17:13:04.140Z (about 2 months ago)
- Topics: pagopa-gpd, pagopa-nodo-dei-pagamenti, pagopa-shared, pagopa-wisp-converter
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# pagoPA IUV Generator
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pagopa_pagopa-iuvgenerator&metric=alert_status)](https://sonarcloud.io/dashboard?id=pagopa_pagopa-iuvgenerator)
[![Integration Tests](https://github.com/pagopa/pagopa-iuvgenerator/actions/workflows/integration_test.yml/badge.svg?branch=main)](https://github.com/pagopa/pagopa-iuvgenerator/actions/workflows/integration_test.yml)A service that permits to generate unique IUV codes for each creditor institution.
---
## Api Documentation ๐
See the [OpenApi 3 here.](https://editor.swagger.io/?url=https://raw.githubusercontent.com/pagopa/pagopa-iuvgenerator/main/openapi/openapi.json)
---
## Technology Stack
- Java 17
- Spring Boot
- Spring Web---
## Start Project Locally ๐
### Prerequisites
- docker
### Run docker container
from `./docker` directory
`sh ./run_docker.sh local`
---
## Develop Locally ๐ป
### Prerequisites
- git
- maven
- jdk-17### Run the project
Start the springboot application with this command:
`mvn spring-boot:run -Dspring-boot.run.profiles=local`
### Spring Profiles
- **local**: to develop locally.
- _default (no profile set)_: The application gets the properties from the environment (for Azure).### Testing ๐งช
#### Unit testing
To run the **Junit** tests:
`mvn clean verify`
#### Integration testing
From `./integration-test/src`
1. `yarn install`
2. `yarn test`#### Performance testing
install [k6](https://k6.io/) and then from `./performance-test/src`
1. `k6 run --env VARS=local.environment.json --env TEST_TYPE=./test-types/load.json main_scenario.js`
---
## Contributors ๐ฅ
Made with โค๏ธ by PagoPa S.p.A.
### Mainteiners
See `CODEOWNERS` file