- Download and install NodeJs from https://nodejs.org/en/download/
- Download and install MongoDB from https://www.mongodb.com/download-center#community
- Download and install Google Chrome from https://www.google.com/chrome/browser/desktop/index.html
- Download project zip file from submission.
- Run mongo in terminal, and Create a new database using: use awassignment1 in mongo shell.
- In terminal Run : mongorestore --db awassignment1 /path_to/awassignment1/
Clone https://github.com/parammehta/Chrome-Extension-User-Behavior Extension from
- Go to StackOverFlow-Behavior-Log folder in terminal.
- Run: npm install
- Run: npm start.
- Go to localhost:8000 to land on home page.