https://github.com/attacktive/msa-product
Trying to demonstrate a minimal example of a microservice.
https://github.com/attacktive/msa-product
Last synced: 3 months ago
JSON representation
Trying to demonstrate a minimal example of a microservice.
- Host: GitHub
- URL: https://github.com/attacktive/msa-product
- Owner: Attacktive
- Created: 2024-06-02T06:06:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T04:56:42.000Z (about 2 years ago)
- Last Synced: 2025-03-24T02:40:20.170Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msa-product
[](https://app.codacy.com/gh/Attacktive/msa-product/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://www.codefactor.io/repository/github/attacktive/msa-product)
It's a minimal example of a [microservice](https://en.wikipedia.org/wiki/Microservices) which manipulates the 'Products'.
## What It Does
- gets a product by the ID
- gets a list of products with pagination
- adds a product
- updates a product
- updates the stock of a product
- deletes a product
## Related Repositories
- Another microservice about 'Orders': [msa-order](https://github.com/Attacktive/msa-order)
- The frontend to test the microservices: [msa-demo](https://github.com/Attacktive/msa-demo)