Skip to content

Stephen-Wau/Simple-CRUD-RelasiTabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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