Skip to content

kshyam/flask-with-ibm-cloud-object-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

flask-with-ibm-cloud-object-storage

Working with IBM Cloud Storage

Step 1 : install Python SDK for Cloud Object Storage

pip install ibm-cos-sdk

Read Document - https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-python

Step 2 : Clone or download this flask repo

git clone git@github.com:kshyam/flask-with-ibm-cloud-object-storage.git

Download Zip - https://github.com/kshyam/flask-with-ibm-cloud-object-storage/archive/refs/heads/main.zip

Stpe 3 : Run flask app in debug mode

flask --debug run

OR

 export FLASK_ENV=development
 flask run

Open the application

http://127.0.0.1:5000/


About

Working with IBM Cloud Storage with flask app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published