REST API for sample blog First install all dependencies npm install Then run the server node app.js And enjoy Resource with posts Base URL: /posts Params: id, title, description Resource with comments Base URL: /comments Params: id, postId, text