https://github.com/rainggor/libraryonline
Pet project using Spring 6 MVC PostgreSql Thymeleaf
https://github.com/rainggor/libraryonline
Last synced: 7 months ago
JSON representation
Pet project using Spring 6 MVC PostgreSql Thymeleaf
- Host: GitHub
- URL: https://github.com/rainggor/libraryonline
- Owner: RaingGOR
- Created: 2023-08-28T09:21:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T19:24:58.000Z (over 2 years ago)
- Last Synced: 2025-03-11T03:54:16.460Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Online (BETA)
### (Version 1.6.1)
___
### The project on Spring 6 using Thymeleaf is an online library built on the basis of the MVC (Model-View-Controller) architectural pattern. In this project, the model represents a database of books and authors, and the controller manages the interaction between the model and the view. The view, implemented using Thymeleaf, displays information about books and authors. This project allows you to create a functional online library using modern Spring and Thymeleaf technologies.
___
## Summary:
1. Introduction
2. What is already realized