Skip to content

EdwanNidzar/sibs-app

Repository files navigation

SIBS-APP

APP buat pkl

Prerequisites

Before you begin, ensure you have the following installed:

Installation

Clone the Repository

  git clone https://github.com/EdwanNidzar/sibs-app.git
  or download zip file
  cd sibs-app

Install Dependencies

  composer install

Next, install JavaScript dependencies:

  npm install

Environment Configuration Create a copy of the .env.example file and rename it to .env:

  cp .env.example .env

Setup database open .env

  DB_CONNECTION=mysql
  DB_HOST=127.0.0.1
  DB_PORT=3306
  DB_DATABASE=db-sibs-app
  DB_USERNAME=root
  DB_PASSWORD=

Generate the application key:

  php artisan key:generate

Set Up the Database

  php artisan migrate

Database Seeders

  php artisan db:seed

Start the Laravel server:

  npm run build
  php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published