Skip to content

Movie-Flex/movie-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

movie-flex

Contains code for movie search functionality

Currently the site is live at https://movie-flex-omega.vercel.app/

Clone repo to required folder as :

git clone https://github.com/Movie-Flex/movie-search.git

Tech Stack

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

How to start Backend Server ?

• 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

How to start Frontend server ?

• Go to root folder and in terminal type :
cd frontend
npm i
nodemon start
• Frontend server will start at port 3000

About

Contains code for movie search functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages