Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 629 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 629 Bytes

CARA INSTALL Project INI

  1. Repo Project ini -> Masukkan Ke Folder ' htdocs ' Masing - Masing
  2. Setelah itu bikin satu database baru di phpmyadmin, Bebas mau apa aja .. Jangan lupa pada "database.php" Disetting dlu nama DB kalian yang tadi dibuat Apa
  3. kemudian import file dump "vigenesia.sql" yang terdapat di folder DB

Contoh API

GET : /api/user -> menampilkan output json API RESTful
URL : http://domain/api/user

POST : /api/login -> untuk login user
dll

Contoh Aplikasi akses API

URL : http://domain/listuser
listuser akses curl pada function getAll mengarah ke API Get /api/user