Εφαρμογή για χαμένα ζώα υλοποιούμενη σε Java και Spring Boot Backend
Web App for lost animals implemented in Java and Spring Boot Backend

View/ Open
Keywords
Spring Boot ; Backend ; Frontend ; Database ; FrameworkAbstract
The project subject is to implement a complete and functional environment for a
website which endeavors the finding of lost animals with user communication. The basic logic
of our website is the creation of posts of lost animals or found animals somewhere outside.
Then, vets or institution employees could protect these animals until a new owner, or the old
one takes them back. To succeed this, we need to build a basic system of sending and
receiving messages, With the technology (framework) of Spring Boot and other tools we can
ensure of an implementation of a methodology like this so that there is a logical and safe way
to transfer data between multiple users and the management of them by specialized users.
The website (or otherwise a web app for computers) is divided in 3 parts , the frontend , the
backend and the database. Spring boot is used in the backend and with it we will retrieve data
from the database and send it to other users. Or backend design is important because with it
we will decide what data a user should receive and manage, for example a common user
should not have the ability to delete other users. Our goal is to connect the 3 parts of our
project correctly to succeed the right implementation of the website.