Microservices Architecture
Built with Spring Boot, our system is designed for scalability and maintainability. The inventory microservice is already live and running.
Enterprise-Grade Security
HTTPS secure communication with SSL encryption powered by Certbot OpenSSL, ensuring your data remains protected.
Containerized Deployment
All microservices are dockerized for consistent deployment and scaling across environments.
Live API Endpoints
/product/getall
/product/get/{id}
/delete/{id}
/add
/update/{id}