Skip to main content

Provider data API (persistent)

The provider data API (persistent) implements a REST API for retrieving and updating provider firm and office (and, later on, contract and schedule) data.

Project structure

The repository includes the following subprojects:

  • provider-data-api - OpenAPI specification used for generating API stub interfaces and documentation.
  • provider-data-service - Spring Boot REST API backed by a PostgreSQL database.
  • provider-data-e2e - End-to-end tests to target a running system.

Documentation

Source code