Node.js & Express CRUD Example – Storing data in JSON file

In this post, we are going to see how to write a simple Node.js Express application to create a RESTful API. Also, we are not going to use a MongoDB here, instead, we will store the JSON data in …