The goal of the project is to create a web application that, after login, shows the user all the albums with their images and comments on the platform.
The entire project is based on java servlet to query the database and respond to the view.
This project has two main branches:
- PURE HTML: is a server side version developed using Thymeleaf
- RIA: is a client-server version developed using javascript on the client
- IntelliJ IDEA - IDE
- Tomcat - HTTP web server
- MySql - RDBMS
- Thymeleaf - Server-side Java template engine