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