A website which recommends movies by searching for related movies to the one selected by user.
Backend API - https://github.com/Shashank-Shastri/movie-recommendation-api. Backend server must be setup and running in localhost as CORS is blocked. This line must be uncommented for this purpose.
yarn install
yarn serve
yarn build
yarn lint
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update or add tests as appropriate.