A Flask data-driven web app created for a Digital Solutions assignment.
- Create a new python virtual environment
e.g.
python -m venv env
- Install linguini as an 'editable' package
python -m pip install -e .
- Set the environment variables
FLASK_APP
tolinguini
andFLASK_ENV
todevelopment
- Run the web app with
flask run