Movix Prime Application README
Introduction: Welcome to Movix Prime, an innovative application designed to revolutionize the way users interact with movies and movie databases. Movix Prime combines cutting-edge technology with user-friendly interfaces to provide an immersive experience.
LIVE APP : A Live version of the application can be viewed at : https://movix-client-react.vercel.app
NOTE : This app hasn't been build for Mobile devices yet, also there persist some glitches in the Live app, such as automatic logout on refresh, and some components are incomplete, like the subscriptions page, profile settings page, etc. Feel free to Contribute to the project
Setup Instructions: To set up the Movix Prime project locally, follow these steps:
-
Unzip the Zip file:
- Unzip Zip File:
- Windows:
- Right-click the downloaded Zip file.
- Select "Extract All...".
- Choose the destination folder.
- Click "Extract".
- Linux:
- Open Terminal.
- Navigate to the directory containing the Zip file.
- Use the following command to unzip:
Replace
unzip filename.zip
filename.zip
with the name of your Zip file.
- Windows:
- Unzip Zip File:
-
Navigate to the root folder called "gc-opensoft-24":
cd gc-opensoft-24
-
Install dependencies for the client:
cd client && npm i
-
Navigate to the server folder:
cd ../server
-
Install dependencies for the main server:
npm i
Running the Services: To start each service, follow these commands (run each command from the project root folder):
-
Start the client service:
cd client && npm run dev
-
Start the main server:
cd server && npm start
Usage : Once all services are running, you can access the Movix Prime application on port 5173 through your preferred web browser. The application offers a seamless and intuitive interface for users to interact with various features provided by Movix Prime.
Thank you for choosing Movix Prime! We hope you enjoy using our application.