Skip to content

kazzastic/flask_oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Flask oracle

pip install Flask
pip install cx_Oracle
  • Made on sqlite3 pre-installed with python3.X .

  • Made on oracle DB 11g can be installed just google it.

  • Entire tutorial can be seen here

  • The rest of oracle cx_oracle has been seen from various documentations mainly here

Linux

  • To run the server

export FLASK_APP=flaskr
export FLASK_ENV=development
flask run

  • In order for the DB to initialize run this
export FLASK_APP=flaskr
export FLASK_ENV=development
flask init-db