rjboas / linguini

A Flask data-driven web app created for a Digital Solutions assignment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linguini

A Flask data-driven web app created for a Digital Solutions assignment.

Basic usage

  1. Create a new python virtual environment e.g. python -m venv env
  2. Install linguini as an 'editable' package python -m pip install -e .
  3. Set the environment variables
    • FLASK_APP to linguini and
    • FLASK_ENV to development
  4. Run the web app with flask run

About

A Flask data-driven web app created for a Digital Solutions assignment.


Languages

Language:HTML 44.2%Language:Python 35.9%Language:CSS 19.9%