/flask_oracle

Flask based web app.

Primary LanguagePython

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