An e-commerce app broken down into 4 services (admins, carts, products, users) and an API gateway for direct client communication, all running on their individual ports. It's a broken down version of my e-commerce project built using clean architecture design pattern.
enter into the root directory and run
make up_build #stops all services (if running), builds all services and starts docker compose
make down #stop all services
docker-compose up -d #starts all services in the background without forcing build