Case Study (Spring Boot + React + Devops)
Archived 3 days ago
D
direct_x_34
Script Kiddie!
I've built a Aviation Routes case study using Spring Boot and React.
• End-to-end Location & Transportation management + rule-based Route Search• Error Handling: clear semantics for 400 (validation), 404 (not found), 409 (conflict), 500 (unexpected) with meaningful messages• Log API:
If you’d like to explore the details and review the code, check out the GitHub #repository via the link below.
Link : https://github.com/Rapter1990/aviation-routes
• End-to-end Location & Transportation management + rule-based Route Search• Error Handling: clear semantics for 400 (validation), 404 (not found), 409 (conflict), 500 (unexpected) with meaningful messages• Log API:
/api/logs/list for paginated & sortable logs with a clean JSON model• Architecture: layered Spring Boot design (DTO/Entity/Mapper) + extensible React UI with Material UI• OpenAPI: Explore endpoints interactively via Swagger UI• Frontend: served via Nginx + Docker (localhost:8080)• Docker & Kubernetes: ready-to-use container image + sample manifests• Observability & Quality: JUnit and Integration tests, Prometheus + Grafana metrics, SonarQube code quality gatesIf you’d like to explore the details and review the code, check out the GitHub #repository via the link below.
Link : https://github.com/Rapter1990/aviation-routes
