Mongodb – I am getting a 404 error for my GET request with express server
I am writing a express endpoint to get me a user credentials from my mongoDB database using the email but i am getting back a 404 error when i test the endpoint with postman here is the code /**GET: http://localhost:9000/api/user/[email protected]…