A simple caching server developed within 3 hours for a hiring challange. Full problem statement can be found in question.txt.
Start server
PORT=3000 python3 server.pyRun tests
python3 tests/checker.py 3000Result
================================================================================
Percentage solved: 100.00%