An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# msa-product

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/79613340e37c4b329b696540bae8835f)](https://app.codacy.com/gh/Attacktive/msa-product/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![CodeFactor](https://www.codefactor.io/repository/github/attacktive/msa-product/badge)](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)