Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 494 Bytes

File metadata and controls

6 lines (5 loc) · 494 Bytes

this is a movie recommender system developed using javascript

  • To run this code clone the repo and open an integrated terminal for the project and type " npm start"
  • the port its running on is 3000 "http://localhost:3000/" type this in your brouser to open the page
  • the main file is Mrecom.html which upon selecting the movie it will redirect you to the recommendation page
  • there is a second page which will display the movies and recommendation at the bottom its called "recom.html"