Project 📂
GoMicroX follows a modular structure:
GoMicroX/
├── cmd/ # Entry points for services
├── config/ # Configuration files
├── internal/ # Business logic
├── pkg/ # Shared utilities
├── api/ # API definitions (gRPC & REST)
├── db/ # Database models
├── deployments/ # Deployment configurations
└── README.md # Project overview