Skip to content

kurodoke/peminjaman-barang

Repository files navigation

Installation

  • Clone or download the repository.

  • Install dependencies:

    $ npm install
    $ composer install
  • Create a database named laravel.

  • Copy .env.example and rename it to .env, or directly rename it, whichever you prefer.

  • Generate the .env key:

    $ php artisan key:generate
  • Change the APP_NAME in .env to Pb.

  • Run the database migrations:

    $ php artisan migrate:fresh --seed
  • Serve the application:

    $ php artisan serve
  • Default login credentials:

    Administrator

    Email : admin@gmail.com
    Password : hadeh123
    

    Student

    Email : mahasiswa@gmail.com
    Password : hadeh123
    

About

a website about goods management in the campus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published