diff options
author | BonfaceKilz | 2021-02-16 16:24:05 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-16 16:24:05 +0300 |
commit | e2b150f89d58133c7ba3d769d66127a2ff037d92 (patch) | |
tree | bdaab0cc382e8bcc93bc55f3259b9e72228fddb7 | |
parent | 3dee528d7cbcf511b451dfc00c922931f92ee5a7 (diff) | |
download | genenetwork3-e2b150f89d58133c7ba3d769d66127a2ff037d92.tar.gz |
Add instructions on how to run the flask app
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +``` |