Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 936 Bytes

File metadata and controls

38 lines (19 loc) · 936 Bytes

Simple Coffee Shop Application Using Microservices Architecture

TODO: write description

User Stories

Product Service

  • As a guest, I want to browse the menu to view the list of available coffee products, including its price and description

Cart Service

  • As a user, I want to add a coffee product to my cart

  • As a user, I want to see the items in my cart

  • As a user, I want to clear the items in my cart

Order Service

  • As a user, I want to place my coffee order

  • As a user, I want to check the status of my order

  • As an employee, I want see the list of orders

  • As an employee, I want to mark an order as ready

Notification Service

  • As a user, I want to receive a confirmation when my order is ready

Authorization Server

  • As a guest, I want to create an account using name, email and password

  • As a guest, I want to log in to my account