Creates and manages orders for the PetShop platform.
This service depends on:
- Product Service (for product info)
- Cart Service (to finalize cart contents)
It merges data from the cart and product services to generate final orders.
- Java 17
- Spring Boot 3.x
- Spring Data JPA
- MySQL
Requires:
- Product Service
- Cart Service
Full project overview:
https://github.com/IslamHamada/petshop