Monday 27 January 2020

New database being made after posting via node backend

I have got a node/express back end set up with mongoose to send POST requests to my database, and I'm testing everything with Postman. Whenever I send a POST request with the data, instead of it being put in the existing DB I have in the cluster, it creates a new DB inside the cluster called test. Any idea why and how to solve it?

Submitted January 28, 2020 at 01:29AM by Fizaraz

No comments:

Post a Comment