adavijit / BlogMan

A Blog Web Application, specially made for open source contribution. Simple MERN (MongoDB, ExpressJs, React, Node) technology has been used
93 stars 104 forks source link

Database model for user activity #196

Closed rajatmw1999 closed 4 years ago

rajatmw1999 commented 4 years ago

Make a database model for saving the user activity on the website. The database model will consist of

  1. IP address of the users network
  2. Array of routes they visited on our site
  3. Total time they spent on the website
  4. Array of ids of posts they liked
  5. Number of times this ip address visited the website.
irshadjsr21 commented 4 years ago

I'd like to work on this.

MsShandilya commented 4 years ago

interested in this