adavijit / BlogMan

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

The npm recommender package is showing error while installation. #154

Closed PrathamDogra closed 4 years ago

PrathamDogra commented 4 years ago

The recommender which is used in back-end/src/routes/api/blog.js is showing error while installation recommender

I recommend to use something else for the recommendation algorithm.

PrathamDogra commented 4 years ago

The issue is in compliance with PR #129

imabp commented 4 years ago

Use Good Enough Recommendation package: npm i ger in back-end/src/routes/api/blog.js

I actually researched on this @PrathamDogra But to be honest, this would be my first time, to implement this. I am super excited to learn something new. Pls assign me this.

imabp commented 4 years ago

@PrathamDogra @rajatmw1999 @adavijit I have fixed the issue with a new module content-based-recommender. Please review pull #174

imabp commented 4 years ago

@PrathamDogra @adavijit @rajatmw1999 Please close the issue, as it has been resolved.