An open API service indexing awesome lists of open source software.

https://github.com/martinkostelecky/mathpracticing-microservices

Practicing demo application of basic mathematical operations. Version with microservices architecture.
https://github.com/martinkostelecky/mathpracticing-microservices

bootstrap docker eureka html-css java lombok maven openfeign postgresql springboot springcloud thymeleaf

Last synced: about 1 year ago
JSON representation

Practicing demo application of basic mathematical operations. Version with microservices architecture.

Awesome Lists containing this project

README

          

Practicing demo application of basic mathematical operations for elementary school child

Version with microservices architecture.

Used technologies: Java, Spring, PostgreSQL, Thymeleaf, Eureka, Openfeign, Spring Cloud Gateway, Lombok, Bootstrap, HTML, CSS

Application has two UIs. One for user and one for admin. User choose math operation, get random example from db via example service
and get correct or incorrect response after submiting result.
Admin can add, edit or delete examples in database.
![math-practicing-microservices](https://github.com/user-attachments/assets/59d5e113-8118-4b38-9f93-43cc5909e566)