Skip to content

cmp-3030-fl25/microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microservices

Mini-Commerce Platform

Your system is a simplified e-commerce backend that supports:

  • Products
  • Inventory tracking
  • Orders
  • User reviews
  1. As a customer, I can browse products with name, price, and stock quantity.
  2. As a customer, I can place an order, and the system will:
  • Check inventory
  • Deduct stock
  • Create an order record
  1. As a customer, I can add reviews to products. Reviews are documents with:
  • User ID
  • Product ID
  • Rating
  • Comment
  • Timestamp
  1. As a manager, I can add or edit products.

References

About

Introduction to microservices architecture and comparing to monolith.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published