A simple proof-of-concept Flask app, implementing the API as documented here. This repo's goal is to prototype features that will be integrated into the PcdcAnalysisTools repo.
This proof-of-concept should:
- Download and install Python(^3.6) and pip
- Run
pip install -r requirements.txt
to install dependencies - run
export FLASK_APP=app.py
- Run
flask run
- Service is now running on port 5000
flask
for creating simple API server applicationpandas
for fetching and parsing JSON data as data frame