Skip to content

Decision support system for selecting plants based on soil content based on a Geographic Information System using the Learning Vector Quantization method.

Notifications You must be signed in to change notification settings

mphstar/pdp-gis

Repository files navigation

PDP Jember

PDP Jember

Installation

Clone the project

  git clone https://github.com/mphstar/pdp-gis.git

Or

  git pull https://github.com/mphstar/pdp-gis.git main

Go to the project directory

  cd my-project

Install dependencies

  composer install
  npm install

Environment Variables

To run this project, you will need copy .env.example to .env

  cp .env.example .env

Generate APP Key with artisan

  php artisan key:generate

Migrate

  php artisan migrate

Seeder

  php artisan db:seed --class=DatabaseSeeder  
  php artisan db:seed --class=UsersTableSeeder

Run locally

Start the vite

  npm run dev

Start the laravel

  php artisan serve

Tech Stack

Client: Blade, TailwindCSS

Server: Node, Laravel, Vite

About

Decision support system for selecting plants based on soil content based on a Geographic Information System using the Learning Vector Quantization method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published