Skip to content

project uas kampus | supermarket webapp based on laravel

Notifications You must be signed in to change notification settings

xXehub/final-supermarket-web

Repository files navigation

System Management Barang

Demo

 

Final Assigment UAS System Supermarket

Github top language Github language count Badge showing average commit frequency per month Badge showing when the last commit was made Repository size Badge showing project license type

About   |   Requirements   |   Setup   |   Konfigurasi   |   License   |   Author


🎯 Tentang Project

This project is under development - Aplikasi web berbasis Laravel ini adalah proyek tugas kampus yang dikembangkan menggunakan kerangka kerja PHP Laravel

📁 Requirements

Laravel Nodejs Composer PHP

Sebelum melakukan setup / installasi, harus sudah menginstall Git, PHP 8.0 atau lebih tinggi, Web server (Apache, Nginx, dll.), Database server (MySQL, PostgreSQL, SQLite, dll.), Node dan Composer.

📖 Setup

# Clone project ke direktori lokal 
$ git clone https://github.com/xXehub/final-supermarket-web

# Masuk ke dir project
$ cd final-supermarket-web

# Install dependencies
$ npm install
$ composer install

# Migrasi data dari seeder ke database
php artisan migrate:fresh --seed

# Run project
$ npm run dev
$ php artisan serve

# The server will initialize in the <http://127.0.0.1:8000>

⚙️ Konfigurasi

Copy file .env.example dan ubah nama file menjadi .env lalu sesuaikan degan konfigurasi kalian

Penjelasan Singkat

Usernane Contoh Penjelasan
APP_KEY base64:Mx6z7+GzDxxrQhnXGeMrjcKmYhIIlHI0q8pKwAyYycI= untuk melakukan enkripsi dan dekripsi data. Ini berfungsi saat Laravel menggunakan fitur enkripsi dan dekripsi, serta dalam proses enkripsi dan dekripsi cookie.
APP_URL http://localhost untuk menentukan URL dasar dari aplikasi Laravel. Ini akan digunakan oleh beberapa fitur Laravel seperti routing
DB_DATABASE laravel_sakkarepmu untuk menentukan nama database yang akan digunakan oleh aplikasi
DB_USERNAME root untuk menentukan nama atau username database yang akan digunakan oleh aplikasi default root
DB_PASSWORD root123 untuk menentukan nama password yang akan digunakan oleh aplikasi, Anda harus mengganti password dengan password yang sesuai dengan konfigurasi database Anda
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_sakkarepmu
DB_USERNAME=root
DB_PASSWORD=root123

📝 License

This project is licensed under the MIT License. For more details, please refer to the LICENSE File.

Authors : @xXehub