Java JSP Mock Store

A full stack application developed within a team, aimed at emulating an server side e-commerce system that allows users to login, manage their accounts and place orders, it also features a staff management system that allows for full CRUD features. All the data is fully hosted on a local sql database

Purpose and Direction

This project was a assignment designated for my software development subject for the sole purpose of designing a mock ecommerce application within a group

project photo

Stack Explanation

Java was chosen due to its OOP principles which allow for ease of use when converting business logic to code, and SQL was chosen since it was integrated to the Netbeans ide that was suggested at the time and also allowed us to contain data on a local server, while html and css were used to build the frontend

project photo

Issues and Lessons Learnt

The hardest aspect of this project was incorporating everything, from using slack, github, netbeans to jsp was all very foreign and while using one individually was not difficult incorporating it all required lots of teamwork and communication to ensure everyone was on the same page, in the end it the project did teach us a lot on how to coordinate on designing applications.

project photo
Back Home