Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.07 KB

RECFLIX

RECFLIX

A movie streaming system that uses an integrated architecture of movie recommender system which considers user behaviour, interactions, and understanding patterns developed to recommend movies to the user. This architecture analyses and transforms user behaviour into implicit ratings.

Usage

  • recflix-frontend

      npm install
      npm start
    
  • recflix-backend

      cd recflix-backend
      mvn jetty:run
    
  • recflix-recommendation-engine

      cd recflix-recommendation-engine
      mvn package
      java -jar target/recflix_recommendation_engine-jar-with-dependencies.jar		
    

TODO

  • Added check for returning passwords User type in graphql schema

Collaborators

License

Licensed under MIT.