PDP Jember
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
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
php artisan migrate
php artisan db:seed --class=DatabaseSeeder
php artisan db:seed --class=UsersTableSeeder
Start the vite
npm run dev
Start the laravel
php artisan serve
Client: Blade, TailwindCSS
Server: Node, Laravel, Vite