POST request fs.fileWrite to json file is not working, refuses to connect to localhost
I am currently not very good at express. I am struggling to make a post request work. I would like the post request to add an item to a cart.json file, using Node js's fs.fileRead and fs.fileWrite. For some reason,…