Skip to content

Latest commit

 

History

History
 
 

wishlist-microservice-python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

wishlist-microservice-python

Wishlist Microservice is a Python and Flask app with Wishlist data.

Build Instruction

pip install flask flask_cors
python index.py

App runs on port 5000

Access the app from endpoint:

API endpoint:  http://localhost:1003/
Method: GET
Response:
{"1": "Apple Iphone", "2": "MacBook", "3": "Your Fav Something else"}