How to connect backend create user function to front end (Node.js, React.js, MongoDB)
I am struggling in figuring out how to have a front-end that corresponds to my back-end in creating a user. I've successfully managed to create a user (can post to MongoDB using Insomnia) but don't know what's the structure for…