Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 519 Bytes

File metadata and controls

30 lines (21 loc) · 519 Bytes

Crud Test (Python)

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

Running the Project

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