mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
7 lines
172 B
Markdown
7 lines
172 B
Markdown
# Party
|
|
|
|
## running the project
|
|
* `poetry install` -- install dependencies
|
|
* `docker-compose up -d` -- start mongodb
|
|
* `poetry run python party/main.py` -- run the project
|