/PBW-2022-Warkop-Companion

Final Project Mata Kuliah Pemrograman Berbasis Web

Primary LanguageCSS

About Warkop Companion

Warkop Companion menyediakan fitur pemesanan jasa desain dan model warung kopi dan cafe. Sistem menggunakan CRUD dan hanya perlu melakukan pendaftaran untuk melakukan pemesanan. Pembeli dapat memesan jasa desain interior, desain menu & branding, desain pencahayaan, desain exterior, pengurusan internet, dan persediaan furniture. Pembeli dapat memesan untuk banyak warung kopi sekaligus dan terdapat halaman pesanan dimana semua faktur pembelian jasa tersimpan.

Requirements

  1. XAMPP with PHP Version ^8.0.2
  2. Composer

How To Run

First Run

  1. Clone this repository
git clone https://github.com/harisde03/PBW-2022-Warkop-Companion
  1. Change current directory to the cloned directory
cd PBW-2022-Warkop-Companion
  1. Install all dependencies with composer
composer install
  1. Copy .env.example to .env in the same directory
cp .env.example .env
  1. Generate key using artisan
php artisan key:generate
  1. Create the symbolic links configured for the application
php artisan storage:link
  1. Create a database named warkop_companion through XAMPP CLI or phpMyAdmin

  2. Generate the default seed through migration

php artisan migrate:fresh --seed
  1. Run the server using artisan
php artisan serve

After First Run

  1. Start a terminal / command prompt in the cloned directory
cd PBW-2022-Warkop-Companion
  1. Run the server using artisan
php artisan serve

Resources

Fonts:

https://github.com/twbs/icons
https://github.com/FortAwesome/Font-Awesome
https://fonts.google.com/specimen/Lobster
https://fonts.google.com/specimen/Comfortaa