$ npm install
$ npm start
Base url: http://localhost:3000
GET /devices
GET /devices/:id
DELETE /devices/:id
POST /devices
Request Body content-type {"system_name": "DESKTOP-ONE","type": "WINDOWS","hdd_capacity": "92"}
application/json
PUT /devices/:id
Request Body content-type {"system_name": "DESKTOP-OFFICE","type": "MAC","hdd_capacity": "500"}
application/json