← Back to Portfolio

Dog Adoption MySQL Spring

Technologies Used

Angular Spring Boot (Java) MySQL JPA (Hibernate) Maven

Overview

This is a full-stack application for a dog adoption agency, featuring an Angular frontend and a Spring Boot backend. It provides functionalities for users to browse available dogs and submit adoption requests, while administrators can manage the pet listings and process adoption applications.

Architecture and Structure

The project adopts a classic client-server architecture, with the Spring Boot application following an MVC (Model-View-Controller) pattern for its backend.

Backend (Spring Boot Server)

Frontend (Angular Application)