Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.37 KB

Aplikacja bazodanowa "Schronisko"

(Database Application "Animal Shelter")

A simple web app with a relational database for an imaginary animal shelter.

Overview

The website consists of:

  1. The main page with the most important information about the company.

obraz

  1. A simple login page with USER, WORKER and ADMIN perspectives.

obraz

  1. "Animals" page with animals from the database.

obraz

  1. A client page for signing contracts for adopting animals.

obraz

Tools

Built in Java Spring with Maven and Thymeleaf.

Deployment

To deploy, refresh the pom.xml file, download all dependencies, and then run the src/main/java/bdbt_project/SpringApplication/Application.java file.

Disclaimer

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.