aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-16 16:24:05 +0300
committerBonfaceKilz2021-02-16 16:24:05 +0300
commite2b150f89d58133c7ba3d769d66127a2ff037d92 (patch)
treebdaab0cc382e8bcc93bc55f3259b9e72228fddb7 /README.md
parent3dee528d7cbcf511b451dfc00c922931f92ee5a7 (diff)
downloadgenenetwork3-e2b150f89d58133c7ba3d769d66127a2ff037d92.tar.gz
Add instructions on how to run the flask app
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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
+```