decaluwe / ECSOpenData

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECSOpenData

This is a work in progress demostration for a combined data management engine

Build Status Coverage Status

To setup the conda environment to run the Flask application:

conda env create -f environment.yml

Note, that the above is one time step.

To run this from the command line:

# The `conda activate` step only needs to be done once per shell instance
conda activate ecsopendata
# Start the server using the run script
./run
# Open a web browser with the following URL: http://127.0.0.1:5000/login

About


Languages

Language:HTML 56.3%Language:Python 42.1%Language:Shell 1.0%Language:CSS 0.6%