Congo eCommerce Webapp

This is a toy ecommerce site that I built during university. It is written in Java, using the Java Server Pages (JSP) technology, and running on Tomcat 10. There is an MySQL back-end that holds sample products, user accounts, and order histories. Bootstrap is used for the HTML themes.

This application is hosted on GCP using Cloud Run, with full continuous integration pipeline supported by Source Repositories, a cloudbuild.yaml configuration file, and a Cloud Build trigger. MySQL is running on Cloud SQL.