From 2c33b01dd51f7958057ca8ea519054a863c49a18 Mon Sep 17 00:00:00 2001 From: vivekshankar1 <59958706+vivekshankar1@users.noreply.github.com> Date: Tue, 5 Apr 2022 17:58:28 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1db0579..237f7e2 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ npm install Steps to run: node app + +Can you design and write small program(Node.js and Mongo) to find total users and total unique users who viewed a product on daily/weekly/monthly/Custom date from the following collection. + + String : UserId; + Date : ViewDate; + String : ProductId; + +It has million of documents in a collection name - userView and it gets populated whenever a user view a product on some site.