Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 731 Bytes

InstallationGuide.md

File metadata and controls

43 lines (35 loc) · 731 Bytes

Installation Guide

Backend (Laravel)

  1. Clone the repository:

    git clone https://github.com/REChain-Network-Solutions/PoSPro-.git
    cd PoSPro-backend
  2. Install dependencies:

    composer install
  3. Set up the .env file:

    • Copy .env.example to .env
    • Configure your database and other environment settings
  4. Run database migrations:

    php artisan migrate
  5. Serve the application:

    php artisan serve

Frontend (Flutter)

  1. Navigate to the Flutter frontend directory:

    cd PoSPro-frontend
  2. Install dependencies:

    flutter pub get
  3. Run the application:

    flutter run