Go to file
2020-11-22 17:11:23 +01:00
app Text with input fields veryfing its correctness 2020-11-22 17:11:23 +01:00
.gitignore Added .gitignore 2020-10-15 23:48:54 +02:00
Dockerfile Introduced docker 2020-10-15 23:47:29 +02:00
entrypoint.sh Introduced docker 2020-10-15 23:47:29 +02:00
latin.sqlite Introduced docker 2020-10-15 23:47:29 +02:00
Pipfile I don't know it just works 2020-10-15 23:33:52 +02:00
Pipfile.lock I don't know it just works 2020-10-15 23:33:52 +02:00
README.md Text with input fields veryfing its correctness 2020-11-22 17:11:23 +01:00
requirements.txt Introduced docker 2020-10-15 23:47:29 +02:00

Development

To run the app:

  1. pipenv shell
  2. export FLASK_APP=main.py
  3. export FLASK_ENV=development
  4. flask run