Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 482 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 482 Bytes

NELA-EXT

Flask application for an extension of the NELA Toolkit.

Requirements

  • Ensure you have the latest version of pip or pip3 via:

    • pip install --upgrade pip
  • Install the following python packages using pip install:

    • flask
    • flask-wtf
    • flask-bootstrap
    • sqlalchemy
    • psycopg2
  • Modify database.py and run the postgres server

  • Run the flask app using either:

    • python app.py
    • flask run