Skripsi D4 Pengembangan Website Pembelajaran dan Penilaian Membaca Adaptif untuk Anak Kelas 1 dan 2 Sekolah Dasar dengan Metode Naive Bayes Classifier
Go to file
Makbarbaihaqi 0e32b763f9 first commit 2025-07-04 09:53:22 +07:00
app first commit 2025-07-04 09:53:22 +07:00
bootstrap first commit 2025-07-04 09:53:22 +07:00
config first commit 2025-07-04 09:53:22 +07:00
database first commit 2025-07-04 09:53:22 +07:00
public first commit 2025-07-04 09:53:22 +07:00
resources first commit 2025-07-04 09:53:22 +07:00
routes first commit 2025-07-04 09:53:22 +07:00
storage first commit 2025-07-04 09:53:22 +07:00
tests first commit 2025-07-04 09:53:22 +07:00
.editorconfig first commit 2025-07-04 09:53:22 +07:00
.env.example first commit 2025-07-04 09:53:22 +07:00
.gitattributes first commit 2025-07-04 09:53:22 +07:00
.gitignore first commit 2025-07-04 09:53:22 +07:00
LICENSE first commit 2025-07-04 09:53:22 +07:00
README.md first commit 2025-07-04 08:23:22 +07:00
artisan first commit 2025-07-04 09:53:22 +07:00
composer.json first commit 2025-07-04 09:53:22 +07:00
composer.lock first commit 2025-07-04 09:53:22 +07:00
docker-compose.yml first commit 2025-07-04 09:53:22 +07:00
package-lock.json first commit 2025-07-04 09:53:22 +07:00
package.json first commit 2025-07-04 09:53:22 +07:00
phpunit.xml first commit 2025-07-04 09:53:22 +07:00
vite.config.js first commit 2025-07-04 09:53:22 +07:00

README.md

image


KelasMaju Adalah Sistem Manajemen Kelas untuk memberikan solusi inovatif yang mengintegrasikan potensi hebat dari Laravel dan estetika modern dari Stisla untuk mengatasi tantangan kompleks dalam pengelolaan kelas. Proyek ini dirancang untuk memberdayakan pendidik dan staff sekolah dengan alat yang diperlukan untuk mengelola, memonitor, dan memfasilitasi pengalaman belajar yang optimal.

Installation

  1. Clone repositori
git clone https://github.com/mizzcode/kelas-maju.git
  1. Masuk direktori kelas maju
cd kelas-maju
  1. Install package bawahan laravel
composer install
  1. Rename .env.example ke .env
copy .env.example .env
  1. Generate key
php artisan key:generate
  1. Open .env lalu ubah konfigurasi database sesuai yang ingin dipakai
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
  1. Jalankan Migration & Seeder
php artisan migrate --seed
  1. Jalankan website
php artisan serve

Admin Account

License

The KelasMaju is open-sourced software licensed under the MIT license.