DhanushNehru / Ultimate-Web-Development-Resources

A collection of web development resources for most of your development needs

Home Page:https://dhanushnehru.github.io/Ultimate-Web-Development-Resources/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect mongoDB through backend

SoulNikhar opened this issue · comments

here I am creating Node.js server which accept data . information from a frontend and stores it in MongoDb.

How will it work @SoulNikhar ?

1.The frontend will send a request to your Node.js server with data or information.
2. Then Node.js server will handle this request, extract the data, and perform any necessary processing or validation.
3.Once the data is ready, your server will use a MongoDB driver to connect to the MongoDB database.

@DhanushNehru bro I am still waiting for Ur response

Hi @SoulNikhar I am not able to understand your question?

Do you want to contribute any , or do you have any question on MongoDb?

@DhanushNehru I want to contribute this under hacktoberfest label to your repo