Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 626 Bytes

SummerSchool2022-Exercises

This code is part of the exercise to create a microservice architecture for the Summer School 2022 in Stream SEP at University of Applied Sciences and Arts Dortmund.

Purpose

During the Summer School course, we will jointly develop a microservice architecture.

The code in this repository represents an example of an exam service. Details can be found in the lecture slides.

Technology

The service is developed using Java and Spring Boot.

Startup

Start the microservices in the following order to avoid problems:

  • ConfigurationService
  • DiscoveryService
  • Exam- and StudentService