For application to work you need to:
- Have
.envfile in the project root with following variables:
DB_PASSWORD=[db password]
ENCRYPTION_SALT=[salt must be 16 characters long]
ENCRYPTION_KEY=[key must be 16, 24, or 32 characters long]
- Install poetry
- Run
poetry installfrom project root - Enter she with
poetry shell - You can now run
server.pyandclient.py