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.
- Host: GitHub
- URL: https://github.com/martinkostelecky/mathpracticing-microservices
- Owner: MartinKostelecky
- Created: 2024-09-05T19:53:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T15:38:45.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T22:44:37.269Z (over 1 year ago)
- Topics: bootstrap, docker, eureka, html-css, java, lombok, maven, openfeign, postgresql, springboot, springcloud, thymeleaf
- Language: Java
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
