Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 633 Bytes

ATDUOS-WAI-API

WAI = Wilayah Administrasi Indonesia, REST API provide data seputar Propinsi, Kabupaten/Kota, Kecamatan, Kelurahan/Desa.

Referensi data: https://github.com/guzfirdaus/Wilayah-Administrasi-Indonesia

Specs

Install

  • clone project
  • composer install
  • php artisan migrate
  • set .env ENABLE_REGISTER=true only if you want to enable registration api
  • use register endpoint for create new user and get token

API Docs

  • TBA (just use php artisan route:list for now).