sistem manejemen point mahasiswa
-
Clone this repository
https://github.com/uptkompwp/sip-point.git
-
Install dependency
npm install
composer install
-
Setup Application
cp .env.example .env
php artisan key:generate
php artisan api:secret
php artisan jwt:secret
php artisan push-format
-
Setup Database
-
create database example :
sip_point_db
-
fill database name in .env with key
DB_DATABASE
ex :DB_DATABASE=sip_point_db
-
migrate database
php artisan migrate
-
Build application into production
npm run build