Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haifahrul committed Sep 22, 2019
1 parent e03303e commit a8787e3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@
Garuda CRUD Generator adalah CRUD Generator Untuk Framework Codeigniter 3, Library Datatables Serverside Untuk Menampilkan Data Dan Template AdminLTE.
CRUD Generator Yang Saya Gunakan Adalah Harviacode Yang Sudah Dimodifikasi Agar Hasil Generate Filenya Sesuai Dengan AdminLTE.

### REST Server (API)
Garuda CRUD Generator telah di lengkapi dengan fitur `api`, referensi https://github.com/ardisaurus/ci-restserver.git

- Contoh hit API `BASE_URL/api/example/users`
- Result :
```
[
{
"id": 1,
"name": "John",
"email": "[email protected]",
"fact": "Loves coding"
},
{
"id": 2,
"name": "Jim",
"email": "[email protected]",
"fact": "Developed on CodeIgniter"
},
{
"0": {
"hobbies": [
"guitar",
"cycling"
]
},
"id": 3,
"name": "Jane",
"email": "[email protected]",
"fact": "Lives in the USA"
}
]
```



### Cara Install & Setup
1.silahkan clone atau download repository ini.<br>
2.silahkan extrack dan rename nama folder menjadi garuda_crud_generator.<br>
Expand Down

0 comments on commit a8787e3

Please sign in to comment.