- Clone the repository
git clone https://github.com/DistributedSystemsGroup-IITKGP/Assignment-2- Setup Virtual Environment
python -m venv venv- Activate virtual env
source venv/bin/activate- Install Requirements
pip install -r requirements.txt- Run Server
python3 main.py- Test
- To test server endpoints
./test_PartA.sh - To test clientSDK
python3 testSDK.py