Articles in this series
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...
First of all create a cluster(collection of databases) on mongoDB Atlas and connect it to mongoDB compass at your computer by following these...
Note:- from now onwards to test different API routes i will be using postman What happen if we send empty request handler like this:- const express...