Distributed Queue Group members: Abhilash Datta Sunanda Mandal Rohit Raj Haasita Pinnepu Matta Varun Bhaskar System Specification OS: Ubuntu 22.04.1 LTS Python: 3.10.6 Libraries: refer to requirements.txt for details How to run: 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