An open API service indexing awesome lists of open source software.

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

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