Skip to content

kshyam/flask-with-ibm-db2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

flask-with-ibm-db2

Working with IBM Db2 service

Step 1 : install Python SDK

pip install ibm-db

add the connection details from IBM DB2 as show under Service credentials of Portal

Download SSL Certificate form setting pages of IBM DB2

Step 2 : Clone or download this flask repo

git clone git@github.com:kshyam/flask-with-ibm-db2.git

Download Zip - https://github.com/kshyam/flask-with-ibm-db2/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

flask-with-ibm-db2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published