Use Case Backend

The Use Case Backend is an application which follows the business logic and orchestrates the API calls.

What do we use to build it?

Name
Purpose

Spring Boot

Main framework

Spring Security

Access-control framework

H2

Embedded in-memory databases

Where do we demo it?

Which conceptual decisions do we follow?

Java Spring Boot is the selected backend technology for the demo, chosen for its robustness, flexibility, and ability to streamline the development of microservices. It simplifies the process of building production-ready applications by providing a comprehensive framework that integrates various components seamlessly.

Java Spring Boot is an ideal choice for the backend of the GovStack architecture due to its ease of use, scalability, and strong community support. Its capabilities align well with the goals of the initiative, enabling the development of efficient, secure, and maintainable digital government services that can adapt to evolving needs.

Further documentation

Was this helpful?