Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/pagopa-gps-mbd-service
GPS service for MBD for @e.Bollo 2.0
https://github.com/pagopa/pagopa-gps-mbd-service
pagopa-gpd pagopa-mbd
Last synced: about 18 hours ago
JSON representation
GPS service for MBD for @e.Bollo 2.0
- Host: GitHub
- URL: https://github.com/pagopa/pagopa-gps-mbd-service
- Owner: pagopa
- Created: 2024-11-27T09:19:00.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T05:50:34.000Z (8 days ago)
- Last Synced: 2025-01-29T06:29:51.775Z (8 days ago)
- Topics: pagopa-gpd, pagopa-mbd
- Language: Java
- Homepage: https://pagopa.atlassian.net/wiki/x/S4CCUQ
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# pagoPA MBD GPS Service
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pagopa_pagopa-gps-mbd-service&metric=alert_status)](https://sonarcloud.io/dashboard?id=pagopa_pagopa-gps-mbd-service)
[![Integration Tests](https://github.com/pagopa/pagopa-gps-mbd-service/actions/workflows/ci_integration_test.yml/badge.svg?branch=main)](https://github.com/pagopa/pagopa-gps-mbd-service/actions/workflows/ci_integration_test.yml)Expose an API that will be used by GPS Payments to generate MBD payment options
- [pagoPA MBD GPS Service](#pagopa-gps-mbd-service)
* [Api Documentation ๐](#api-documentation-)
* [Technology Stack](#technology-stack)
* [Start Project Locally ๐](#start-project-locally-)
+ [Prerequisites](#prerequisites)
+ [Run docker container](#run-docker-container)
* [Develop Locally ๐ป](#develop-locally-)
+ [Prerequisites](#prerequisites-1)
+ [Run the project](#run-the-project)
+ [Spring Profiles](#spring-profiles)
+ [Testing ๐งช](#testing-)
- [Unit testing](#unit-testing)
- [Integration testing](#integration-testing)
- [Performance testing](#performance-testing)
* [Contributors ๐ฅ](#contributors-)
+ [Maintainers](#maintainers)---
## Api Documentation ๐
See the [OpenApi 3 here.](https://editor.swagger.io/?url=https://raw.githubusercontent.com/pagopa/pagopa-gps-mbd-service/main/openapi/openapi.json)
---
## Technology Stack
- Java 17
- Spring Boot 3
- 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.profiles.active=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.
### Maintainers
See `CODEOWNERS` file