My_teams is a small mimic of the already existing teams application.
to run the server, ensure docker is installed and that you made a .env based on the example, then run :
docker-compose up --buildFor the client you either open a browser and search localhost:8080 to access the web GUI.
If you want a CLI run the following commands :
cmake -S . -B build && cmake --build build -j
./myteams_cli 127.0.0.1 <server_port>