Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 626 Bytes

CS-438 Project: GossipNet

Authors: Wanhao Zhou, Victor Carles, and Martin Beaussart

Run the code

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.

Run the static code analysis

make lint

Run the test

We include four test suites in our code as stated in the report. To run all tests,

make test

GossipNet Decentralized social network CS438 Project.pdf