DEV Community

Discussion on: FullStack setup (Node.js, React.js and MongoDB)

 
gunduzcihat profile image
Mustafa

Thanks for the reply. I have sent the message you via instagram dm. I need more explanations.

Anyway, you said in your doc:
"Now if we run the project we are able to make requests to our simple product api using the url localhost:5000/api/product.
Here we can get, insert, update and delete a product."

But I tried it with postman but it waits too long. nothing returns.

For instance:

localhost:5000/api/product?name=mu...

it says, "sending request..." and it stucks.