This is an API-based application that manages a farm system, built using the Laravel framework.
-
Gerant:
- Manage fertigation and irrigation programs.
- Manage workers and assign daily tasks.
- View statistics on completed treatments and farm disease occurrences.
-
Workers:
- View daily tasks.
- Provide reports after completing tasks.
-
Magazinier:
- Manage products.
Clone the repository using this command:
git clone [email protected]:bouanani-soufiane/AgroDigital.git
Run the project:
docker run --rm \
-u "$(id -u):$(id -g)" \
-v "$(pwd):/var/www/html" \
-w /var/www/html \
laravelsail/php83-composer:latest \
composer install --ignore-platform-reqs
Add the .env file:
cp .env.example .env
Generate the application key:
./vendor/bin/sail artisan key:generate
Run the migrations:
./vendor/bin/sail artisan migrate
link : https://github.com/bouanani-soufiane/AgroDigitalFrontEnd