Skip to content

Latest commit

 

History

History
85 lines (74 loc) · 2.01 KB

README.md

File metadata and controls

85 lines (74 loc) · 2.01 KB

perpus.me

Daftar Isi

About

Sebuah sistem informasi untuk memudahkan transaksi peminjaman buku. mempermudah staff perpustakaan dalam memanajemen baik buku, transaksi peminjaman buku, admin, dan user.

Getting Started

Sebelum memulai, Instruksi dibawah ini akan memberikan and cara me-copy sistem informasi dan me-running pada local machine anda baik di laptop atau PC untuk tujuan referensi atau dikembangkan.

Prerequisites

Software yang harus dibutuhkan dan sudah terinstall yaitu:

Windows

1. Node JS
2. Composer
3. Webserver include PHP versi >= 7.2.5  & Database (XAMPP atau WAMP)
4. Browser (Chrome atau Firefox)
5. Text Editor (VS Code atau Sublime atau Atom)

Linux

1. Node JS
2. Composer
3. Webserver (Apache atau NGINX)
4. Database MariaDB
5. PHP 7 versi >= 7.2.5
6. Browser (Chrome atau Firefox)
7. Text Editor (VS Code atau Sublime atau Atom)

Installing

Langkah demi langkah cara untuk menginstall project ini.

  1. Pastikan Software yang dibutuhkan sudah terinstall
  2. Buka Terminal
- Windows (Command Prompt, powershell atau GitBash)
- Linux (Urxvt, Alcrity, Suckless Terminal dll)
  1. Clone project ini Copy pada terminal misal dengan Command Prompt
git clone https://github.com/reptr/perpus.me.git  /direktori project(htdoc)

Usage

  1. Pastikan sudah membuat database dengan nama perpus.me

  2. Edit .env

DB_DATABASE=perpus.me (nama database)
DB_USERNAME=root      (sesuaikan dengan username database anda)
DB_PASSWORD=          (isi jika anda menggunakan password pada database anda)
  1. Composer Install
composer install
  1. Migrate database
php artisan migrate
  1. Generate Key
php artisan key:generate
  1. Finally, Running app
php artisan serve

Todo

  1. Notifikasi
  2. Konfirmasi Delete