From 133e1cd49013abe6e2115c22b57151345ba7d795 Mon Sep 17 00:00:00 2001 From: knst-kotov <84069574+knst-kotov@users.noreply.github.com> Date: Tue, 15 Jun 2021 15:17:36 +0300 Subject: [PATCH] add starting instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6173e8be..bdd1126e 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ # discours-backend-next + +start message service: +pip install ariadne +pip install uvicorn +uvicorn message_service:app