Kinme is a KNIME workflow file sharing system and its name is come from anagram of KNIME. Izu peninsula is known as the producer of Kinme (Kinmedai), a high class fish in Japan.
Install modules
conda install -c conda-forge flask-sqlalchemy
conda install -c conda-forge flask-login
conda install -c conda-forge flask-wtf
conda install -c conda-forge cairosvg
conda install -c conda-forge markdown
clone or download this repository
setup database
python refreshdb.py
launch flask server
export FLASK_APP=app.py
flask run
Code released under the BSD license.