Inspiration

the database server coding task for applying to the recurse centre

What it does

When it receives a request on http://localhost:4000/set?somekey=somevalue it stores the passed key and value in memory. When it receives a request on http://localhost:4000/get?key=somekey it should return the value stored at somekey. http://localhost:4000/fix?key=somekey&value=somevalue updayes somekey, and http://localhost:4000/del?key=somekey deletes it.

Built With

Share this project:

Updates