This is a simple demo of an ecommerce application built with Spring Boot and SQLite. The API provides endpoints for managing products, customers, and orders, following the principles of REST ...
The goal is to make each API independent from one another and only share services among them. This will make code reusable and reduce conflicts while working in a team. Install Docker and Docker ...