-
Clone the repository:
git clone https://github.com/REChain-Network-Solutions/PoSPro-.git cd PoSPro-backend
-
Install dependencies:
composer install
-
Set up the
.env
file:- Copy
.env.example
to.env
- Configure your database and other environment settings
- Copy
-
Run database migrations:
php artisan migrate
-
Serve the application:
php artisan serve
-
Navigate to the Flutter frontend directory:
cd PoSPro-frontend
-
Install dependencies:
flutter pub get
-
Run the application:
flutter run