Setup for Server Instance:
- Create a t3.medium via AWS Console with 30GB of storage
- Connect to the instance via SSH
- Install Docker and golang by using
sudo snap install docker && sudo snap install go --classic
- Run
git clone https://github.com/Jerrylum/Project5296-ServerNode.git
in the home directory
Setup for Client Instance:
- Create a t3.medium via AWS Console with 30GB of storage
- Connect to the instance via SSH
- Install golang by using
sudo snap install go --classic
- Run
git clone https://github.com/Jerrylum/Project5296-ClientTool.git
in the home directory