added instructions to readme

This commit is contained in:
hyperbel 2023-10-23 16:43:48 +00:00
parent f6d40835a1
commit 33cbbab44f

View File

@ -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