3 files (server.js , get.html and File.json) were uploaded, which is used for the applications of get, post, file upload, JSON (add users, display, delete)
run this js file in cmd or visual studio code as by the command: 'node server.js' then open any of the browser and search as 'localhost:3000'
The output screenshots are:
Output for the get
Output for the post
Output for deleting a JSON file based on ID
File updation using MULTER
Redirecting to another HTML Form
Adding an user in JSON file
Searching with ID in a JSON file