Contains code for movie search functionality
Currently the site is live at https://movie-flex-omega.vercel.app/
git clone https://github.com/Movie-Flex/movie-search.git
The following tech stack has been incorporated for creating the app -
• Frontend: ReactJS - 18.2.0, HTML5, CSS-tailwind
• Backend: NodeJS - Express 4.18.3
• Database: MongoDB Atlas Cluster
NOTE : FIRST START BACKEND SERVER AND THEN FRONTEND
• Go to root folder and in terminal type :
cd backend
npm i
nodemon start
• Backend server will start at port 3002 for http
and 3001 for https
• Go to root folder and in terminal type :
cd frontend
npm i
nodemon start
• Frontend server will start at port 3000