Warehouse project is an intermedia level microservices app using Java Spring Boot.
It consists of 3 parts (for now).
1 - Product Service:
- Captures products in MongoDB
2 - inventory Service:
- Captures inventory info of products in Mysql Database
3 - Order Service:
- Captures orders in Mysql Database
