Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 994 Bytes

README.md

File metadata and controls

70 lines (47 loc) · 994 Bytes

Logo

Pojok Lelang

Pojok Lelang merupakan website lelang online yang memungkinkan para penggemar menawar barang untuk dikoleksi.

Screenshots

App Screenshot

Features

  • Log In
  • Log Out
  • Register
  • Pendataan Barang
  • Buka dan Tutup Lelang
  • Penawaran
  • Generate Laporan

Run Locally

Clone the project

  git clone https://github.com/r-aozora/Pojok-Lelang.git

Go to the project directory

  cd Pojok-Lelang

Install dependencies

  composer install

Copy .env.example file

  cp .env.example .env

Create database and connect in .env file

  DB_DATABASE=pojok_lelang

Run migration

  php artisan migrate --seed

Start the server

  php artisan key:generate
  php artisan serve

Authors