Supply chain monitoring system combining a Java API with a TypeScript web interface.
Context
Supply chains need traceability, asynchronous events and history for operational tracking.
Solution
I split the project into API and frontend, focusing on monitoring, notifications and audit history.
What it shows
- Demonstrates architecture separating backend and frontend.
- Uses Java for business rules and TypeScript for the interface.
- Practical context close to business systems.