Software Needed for Demo:
Here are the steps to create a basic rest api using python 3 and flask restful
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip3 install flask
pip3 install flask_restful
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Software Needed for Demo:
Here are the steps to create a basic rest api using python 3 and flask restful
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip3 install flask
pip3 install flask_restful