A simple movie webApp with recommender system TO RUN THIS APP, FOLLOW THE GIVEN STEPS:- 1)import moviesverse.sql file from the Backend folder to wampserver's phpmyadmin, create the database with the name moviesverse. 2)open the folder with vscode, start a new terminal, type "cd sasta-moviesverse", then use the command npm install. 3)Run the command npm start in the same terminal, this will start the frontEnd. 4)now, create a new terminal and run app.py with all the dependecies installed. This will start the Backend. 5)Now, you can register yourselves first, then rate some movies and then the next time you sign in, the movies shown will be recommended by our collaborative filtering m odel. 6) Thank you for using our app :)