Spring Boot Full-Stack Web Application
A full-stack application with a Spring Boot backend and an integrated frontend, demonstrating the complete path from database to rendered interface.
The problem
Understanding a stack end to end means following one request the whole way: browser, endpoint, service, database, and back again.
My contribution
Built both halves — the REST endpoints and the frontend that consumes them.
Detail
Built a full-stack web application with a Spring Boot backend and frontend integration, developing REST endpoints to handle client requests and return dynamic data.
Frontend components are connected to the backend APIs over the standard HTTP request–response flow, demonstrating end-to-end data movement from the database through to the user interface.