Skip to content

Implemented User Profiling in this project. The project displays the logs of the user from the stackoverflow.com page and helps him to visualize his daily activity, also compare his activity with other users.

Notifications You must be signed in to change notification settings

parammehta/StackOverFlow-Behaviour-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackOverFlow-Behaviour-Log

Set up project (Local):

Installations:

  1. Download and install NodeJs from https://nodejs.org/en/download/
  2. Download and install MongoDB from https://www.mongodb.com/download-center#community
  3. Download and install Google Chrome from https://www.google.com/chrome/browser/desktop/index.html
  4. Download project zip file from submission.

Database Setup:

  1. Run mongo in terminal, and Create a new database using: use awassignment1 in mongo shell.
  2. In terminal Run : mongorestore --db awassignment1 /path_to/awassignment1/

Chrome Extension Setup:

Clone https://github.com/parammehta/Chrome-Extension-User-Behavior Extension from

Project:

  1. Go to StackOverFlow-Behavior-Log folder in terminal.
  2. Run: npm install
  3. Run: npm start.
  4. Go to localhost:8000 to land on home page.

Credits:

  1. http://extensionizr.com
  2. https://developer.chrome.com/home
  3. https://docs.mongodb.com/manual/tutorial/
  4. http://stackoverflow.com
  5. https://www.w3schools.com

About

Implemented User Profiling in this project. The project displays the logs of the user from the stackoverflow.com page and helps him to visualize his daily activity, also compare his activity with other users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published