Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrvideo/tiw23-html

An e-commerce website built with Java EE and Thymeleaf. TIW project @ PoliMi.
https://github.com/mrvideo/tiw23-html

java java-ee mysql thymeleaf

Last synced: about 1 month ago
JSON representation

An e-commerce website built with Java EE and Thymeleaf. TIW project @ PoliMi.

Awesome Lists containing this project

README

        

# Pier-zon

This is the repository containing the 2022/2023 project for the course "Tecnologie Informatiche per il Web" at Politecnico di Milano.

## Scope of the project

The aim of this project was to create an e-commerce website using [Java Enterprise Edition](https://www.oracle.com/it/java/technologies/java-ee-glance.html) and [Thymeleaf](https://www.thymeleaf.org/). Specifically, this version of the project was to be built using only pure HTML and CSS for the front-end, no JavaScript allowed.

The back-end was made with Java EE and the [Apache Tomcat](https://tomcat.apache.org/) web server and interfaced with a [MySQL](https://www.mysql.com/) database to retrieve information about items for sale and store order data.

Unfortunately, I could not publish the original repository, since it contained sensitive information about the server hosting my database. However, everything here is the same as the original version, excluding the IPs and credentials.