#namaste-node
Read more stories on Hashnode
Articles with this tag
In part 16:- creating a server we have created “devTinder“ folder now starting from there in the same folder. 1 const express =...
"Data sanitization in MongoDB" refers to the process of defining rules within your MongoDB schema to clean and filter user input data before storing...
password which is stored in database must not be in plain text for security purpose it must be stored in hashed or encrypted format signup API is...
in the context of mongoDB and express, an API(application programming interface) refer to set of end point that allow external application to interact...
Create a separate folder in your vs code named as “devTinder“ in that folder executed a command “npm init“ to initialize a folder when you write this...