20/20 ⭐
To execute the client simply run the following command:
make client
Note
We assume there's already a virtual Python environment or that it is possible to globally install dependencies.
To execute the server (and its database) it is enough to run the following command:
make server
Caution
Docker is required to be installed on your system in order to run this component.