Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 895 Bytes

README.md

File metadata and controls

78 lines (54 loc) · 895 Bytes

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