Authors: Wanhao Zhou, Victor Carles, and Martin Beaussart
To start the backend,
cd ./gui && go run mod.go start
To start the frontend, simply open the ./gui/web/index.html
and type the corresponding node socket address.
make lint
We include four test suites in our code as stated in the report. To run all tests,
make test