Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 429 Bytes

CRUD Relasi Tabel

Berikut CRUD sederhana yang memiliki relasi antar dua tabel sebagai TAS matkul Pengenalan permograman web di semester 3.

Run Database

jalankan terlebih dahulu mySQL anda :

mysql -u root -p

kemudian Buka file pada folder db/script.sql lalu copy dan paste seluruh script pada terminal.

Run Program

Jalankan kode berikut diterminal untuk run program.

php -S localhost:8000