How to make query api for email that I can find data email wise for different users from mongoDB with expressJs , nodeJs
I am new in backend development with MongoDB, NodeJS and frontend development with React-JS. I wanted to make an API endpoint that find the data from MongoDB and filter by user email address when user logged in the system. My…