From 844c56c26c91efd8763c07e4b2db5c1d75d8451b Mon Sep 17 00:00:00 2001 From: kirbylife Date: Fri, 14 Jul 2023 00:19:51 -0600 Subject: [PATCH] add the instructions to run the server again --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bb11d7..32083eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # tptimer -a social network to speedcubers +a social network for speedcubers + + +## Instuctions to run the server in dev mode +1. run `poetry install` +1. create a .env file that contains "secret_key" and "sql_uri" env vars +1. execute `poetry run python app.py`