Javascript – Error 404 Not Found when making a POST request to localhost API endpoint
I'm encountering a 404 Not Found error when attempting to make a POST request to "/api/auth/signup" in my JavaScript application. I am trying to build a MERN application for a Modern Real Estate Marketplace. Here is my code: the sign…