PDP Jember
Clone the project
git clone https://github.com/mphstar/pdp-gis.gitOr
git pull https://github.com/mphstar/pdp-gis.git mainGo to the project directory
cd my-projectInstall dependencies
composer install npm installTo run this project, you will need copy .env.example to .env
cp .env.example .envGenerate APP Key with artisan
php artisan key:generate php artisan migrate php artisan db:seed --class=DatabaseSeeder php artisan db:seed --class=UsersTableSeederStart the vite
npm run devStart the laravel
php artisan serveClient: Blade, TailwindCSS
Server: Node, Laravel, Vite