A streaming website that provides the users facility of streaming the movies and series and to provied the recommendations based on the users prefrence.It is a project developed using MERN stack.
Create React App
Material UI
Mongoose
ExpressJS
Express Validator
React Router
Formik
Yup
Axios
ThemovieDB
Swiper
JWT
Install the dependencies using the command:
npm i
Now for running the server side :
node index.js
Install the dependencies using the command:
npm i
Now for running the client side :
npm start