Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrvideo/tiw23-html
- Owner: MrVideo
- License: unlicense
- Created: 2024-05-17T16:46:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:47:59.000Z (8 months ago)
- Last Synced: 2024-05-17T17:56:20.663Z (8 months ago)
- Topics: java, java-ee, mysql, thymeleaf
- Language: Java
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.