Skip to content

JCBHall/gc-opensoft-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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:

  1. 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:
          unzip filename.zip
          
          Replace filename.zip with the name of your Zip file.
  2. Navigate to the root folder called "gc-opensoft-24":

    cd gc-opensoft-24
    
  3. Install dependencies for the client:

    cd client && npm i
    
  4. Navigate to the server folder:

    cd ../server
    
  5. 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):

  1. Start the client service:

    cd client && npm run dev
    
  2. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published