This project is an attempt to implement the The Common Component Modeling Example (CoCoMe) as a monolith Progress UC1 Process Sale : TBD UC2 Manage Express Checkout : TBD UC3 Order Products : DONE UC4 Receive Ordered Products : DONE (no GUI) UC5 Show Stock Reports : DONE UC6 Show Delivery Reports : DONE (no GUI) UC7 Change Price : DONE UC8 ProductExchange : TBD Starting the project To start angular: cd cocoFront ng serve To start spring boot cd cocoBack mvn spring-boot:run