From e2b150f89d58133c7ba3d769d66127a2ff037d92 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 16 Feb 2021 16:24:05 +0300 Subject: Add instructions on how to run the flask app --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 14b6a36..1cff037 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,11 @@ Running mypy(type-checker): ```bash mypy . ``` + +#### Running the flask app + +To spin up the server: + +```bash +env FLASK_DEBUG=1 FLASK_APP="main.py" flask run --port=8080 +``` -- cgit v1.2.3