This project is a very simple to-do list HTTP server and HTTP client.
The goal will be to test
- your ability to understand code you have not seen before
- add to the code using the existing code as examples
- explain your thought process as you are doing so
Setup an environment
python3 -m venv venv
./venv/bin/activate
pip install -r requirements.txt
Run the server
python server.py
Run the client
python client.py