(Database Application "Animal Shelter")
A simple web app with a relational database for an imaginary animal shelter.
The website consists of:
- The main page with the most important information about the company.
- A simple login page with USER, WORKER and ADMIN perspectives.
- "Animals" page with animals from the database.
- A client page for signing contracts for adopting animals.
Built in Java Spring with Maven and Thymeleaf.
To deploy, refresh the pom.xml
file, download all dependencies, and then run the src/main/java/bdbt_project/SpringApplication/Application.java
file.
This app was built for training purposes only: it is not production-ready in any means, far from it. It is simply an excercise in Java Spring and the MVC development model.