Microservices (school project)
25 h
This was a group project we had to do in school.
It was focused on building a backend-oriented microservices architecture rather than a complete end-user application. A graphical frontend was not required for the assignment. Instead, the goal was to design, implement, and connect multiple independent services that could be accessed and validated through their REST APIs using tools such as Postman or Apidog.
Overall, the project was primarily about understanding how microservices are structured, how they communicate, and how they can be operated and tested without a traditional frontend. Containerization with Docker Compose was used to run the full environment consistently during development and testing.
My part in it was to build the Python-Service and its Database.