E-commerce webapp and REST API (university project) using technologies :
-
Backend :
- Java 8
- Spring boot
- Maven
- Spring JPA & Hibernate
- MySQL database
- Thymeleaf
-
Frontend :
- customization of a free template (https://technext.github.io/coloshop/) using HTML, CSS, JS, Bootstrap
-
Configuration :
- Database server configuration (username & password) are inside .properties files.
- Tomcat server port for REST API is localhost:9000
- Tomcat server port for WEB APP is localhost:9001