/linguini

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

Primary LanguageHTML

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