Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 877 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 877 Bytes

Movie Recommendation Website

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.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Contributing

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.