Skip to content

Latest commit

 

History

History
98 lines (62 loc) · 1.98 KB

README.md

File metadata and controls

98 lines (62 loc) · 1.98 KB

pagoPA Marca da Bollo Digitale Service

Quality Gate Status

Expose APIs that will be used by end user to pay a digital "marca da bollo"


Summary 📖


Api Documentation 📖

See the OpenApi 3 here


Technology Stack 📚

  • Java 17
  • Spring Boot
  • Spring Web
  • Hibernate
  • JPA
  • OpenFeign
  • Lombok

Start Project Locally 🚀

Prerequisites

  • docker

Set environment variables

docker build -t pagopa-mbd-service .

cp .env.example .env

and replace in .env with correct values

Run docker container

then type :

docker run -p 8080:8080 --env-file=./.env pagopa-mbd-service

Develop Locally 💻

Prerequisites

  • git
  • maven
  • jdk-17

Testing 🧪

Unit test

Typing mvn clean verify

Integration test [WIP]

  • Run the application
  • Install dependencies: yarn install
  • Run the test: yarn test

Performance test [WIP]


Contributors 👥

Made with ❤️ by PagoPa S.p.A.

Maintainers

See CODEOWNERS file