Micro-Service-app-Python-FastApi-Redis

To run the servers use following command

uvicorn main:app --reload

uvicorn main:app --port 8001 --reload (to run on different port )

To run the frontend use following command

npm install

npm start

PostMan Log

image

Product Microservice

Product List

image

Add Product

image

Product Delete

image

Order Microservice

image

image