With a focus on customer experience and customisations, SuitUp offers a wide range of choices when it comes to customers’ preferences. Be it a business event, a wedding event, or for general purposes, SuitUp is able to cater to all needs through its diverse selection of fabrics, jacket styles, pocket styles, and pants cutting.
With the lack of options to order suits online from local stores and preview them before ordering, SuitUp aims to be a revolutionary game-changer by offering this ability while customers select their various customizations step by step till checkout.
Project Demo - Detailed walkthrough
An enterprise system that specialises in management and sales of customisable suits (Customer e-commerce & Admin management).
The system comprises of 2 frontend platforms and 1 common backend:
SuitUp Customer System: Web application developed using Angular and PrimeNG. [Link]
SuitUp Management System: Web application developed using JavaServer Faces and PrimeFaces. Reports are generated with JasperReport. [Link]
SuitUp Backend: Common backend developed using Java EE 8, JPQL & MySQL. [Link]
The common backend has a component-based architecture and a service-oriented architecture, making it scalable and maintaiable while allowing front end platforms to connect easily. Data storage utilises JPQL that is used in conjuction with MySQL for object relational mapping to store and read data from the database. RESTful Web Services are implemented to allow the angular app to call the backend.
This project was generated with Angular CLI version 13.1.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.