Installation

1. Download the Package

2. Server

  • Make sure to have the Xampp/Wampp installed & running in your computer. PHP Version 8.2

3. Extract the Files

  • Extract the contents of the downloaded .zip file to a directory on your computer.
  • **For XAMPP:** :
    C:\xampp\htdocs\QUALRIX_PHP
  • **For WAMP:** :
    C:\wamp64\www\QUALRIX_PHP

4. Configure the Database

  • Open **phpMyAdmin** (`http://localhost/phpmyadmin`).
  • Execute:
    Create a new database, for example: qualrix_db
  • or
  • Import the SQL file (if provided) from the `/database/` folder:
  • database/qualrix_db.sql

5. Install Node Modules

  • Open your terminal or command prompt and navigate to the directory where you unzipped the package.
  • Execute:
    yarn install

6. Create a Production Build

  • Command: In the same directory, run:
    yarn run build

    This command will create a production-ready build of your project in a distribution directory.

6. Start in Development Mode

  • Copy the Qualrix foleder and put it in the wampp or xampp server directory i.e c:/xammp/htdocs/Qualrix_php_v1.0.0/ and access the folder
  • Start Xampp/wampp Server.
  • Open your browser and go to given below url:
    http://localhost/Qualrix_php_v1.0.0/src/index.php