Skip to content

This is an API-based application that manages a farm system, built using the Laravel framework

Notifications You must be signed in to change notification settings

bouanani-soufiane/AgroDigital

Repository files navigation

AgroDigital

This is an API-based application that manages a farm system, built using the Laravel framework.

Key Features

  • 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.

Installation

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

Front-end here :

link : https://github.com/bouanani-soufiane/AgroDigitalFrontEnd

About

This is an API-based application that manages a farm system, built using the Laravel framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published