https://github.com/febiarifin/e-learning
The e-learning system is developed using PHP 7 as the programming language and MySQL as the database management system.
https://github.com/febiarifin/e-learning
e-learning mysql native php php7
Last synced: about 2 months ago
JSON representation
The e-learning system is developed using PHP 7 as the programming language and MySQL as the database management system.
- Host: GitHub
- URL: https://github.com/febiarifin/e-learning
- Owner: febiarifin
- Created: 2021-03-27T11:21:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T15:29:10.000Z (about 4 years ago)
- Last Synced: 2025-03-29T05:22:31.336Z (about 1 year ago)
- Topics: e-learning, mysql, native, php, php7
- Language: PHP
- Homepage:
- Size: 10.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-learning app
## Fitur
- [x] Authentifikasi dengan token.
- [x] Faker generator untuk insert data Guru dan Siswa.
- [x] Share file maks 50 Mb.
- [x] Read file.
- [x] Absensi.
- [x] CRUD materi, kelas, siswa, guru, ruang kelas, mata pelajaran => untuk role ```admin```
- [x] Diskusi
- [ ] Chat admin *next*
## Konfigurasi
Buat database dulu di ```phpMyAdmin``` dengan nama ```e-learning```, kemudian import database ```e-learning.sql```
Konfigurasi pada file ```conn.php``` didalam folder ```config/``` :
```php
$server = "localhost";
$username = "root";
$password = "";
$database = "e-learning";
```
>Sesuaikan dengan configurasi web server anda.
## Running
Jalankan __CMD / Git Bash__, lalu masuk ke direktori folder ```e-learning/``` , dan ketikkan perintah ```php -S localhost:3000```, kemudian buka __Browser__ kalian dan tulis alamat ```localhost:3000```.
* untuk login sebagai admin dengan level __admin__ gunakan :
Username = ```admin```
Password = ```admin```
* untuk login sebagai admin dengan level __user__ gunakan :
Username = ```user```
Password = ```user```
* untuk login sebagai guru :
NIP = ```013933```
Password = ```61```
* untuk login sebagai Siswa :
NIS = ```0273```
Password = ```79```
## Tools
- bootstrap 4.6.0 https://getbootstrap.com/docs/4.6/getting-started/download/
- Faker generator by https://github.com/fzaninotto/Faker
- Sweetalert by https://github.com/t4t5/sweetalert
## Notulensi
Jika ingin bertanya lebih lanjut bisa WhatsApp ke __+62 888-668-887-32__ atau email ke __febiarifin0@gmail.com__ .
~terima kasih