Simple CRUD app web server in nodejs with http module

I created this as a reference for myself cause it's handy when studying for interviews. Though I'd share it here incase anyone else might find it useful. It's just a simple web server using the barebones http module that add/edits/deletes/gets items from an array. I used a Map object as a mock database.

https://github.com/seanpmaxwell/raw-http-server-CRUD-app