To run the server, use command:
make server_up
To run client:
make client_up
To watch logs in both services:
make logs
To run tests:
make tests
Find more commands in Makefile.
In attached mode signals might not be handled, that's why you'd better use detached mode and use docker logs.