Project overview
For demo project, we will be implementing a simple shop system with three microservices.
- Customer service Contains customer table which contains customer login details and available credits. This service is also responsible for customer login. 
- Order service Customers can call this service to create new orders 
- Shipping service This service is responsible for handling shipping of paid orders. This service also contains customers shipping info. 

Last updated