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 a file and do the CRUD operations. The idea behind not using the MongoDB is to […]
Read More