Skip to content

kpancras/dw_op

 
 

Repository files navigation

Set up your local environment (this assumes a mac terminal environment)

Create a sqllite file named op.sqlite with the contents of the op.sqlite.sql file

pip install virtualenv

virtualenv venv

source ./venv/bin/activate

pip install -r requirements.txt

flask --app viewer run

Alternative for flask --app viewer run:

export FLASK_APP=viewer.py

export FLASK_ENV=development

flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.1%
  • HTML 32.9%
  • JavaScript 24.0%
  • CSS 4.8%
  • Shell 0.2%