Tested and developed with Python 3.8
git clone https://github.com/rudyeila/PC-remote-server.git
cd into folder and
pip install -r requirements.txt
python server.py
Run unittests:
python -m pytest
or
run run_tests.bat
For manual testing, you can use postman to make HTTP calls and test the server. You can find a simple documentation of the supported routes at the following link: