From 33cbbab44f79a316b59510424ee50cca5a5ce601 Mon Sep 17 00:00:00 2001 From: hyperbel Date: Mon, 23 Oct 2023 16:43:48 +0000 Subject: [PATCH] added instructions to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4aef655..c4a7f24 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ # Party + +## running the project +* `poetry install` -- install dependencies +* `docker-compose up -d` -- start mongodb +* `poetry run python party/main.py` -- run the project