Project overview

For demo project, we will be implementing a simple shop system with three microservices.

  1. Customer service Contains customer table which contains customer login details and available credits. This service is also responsible for customer login.

  2. Order service Customers can call this service to create new orders

  3. Shipping service This service is responsible for handling shipping of paid orders. This service also contains customers shipping info.

Last updated