WAI = Wilayah Administrasi Indonesia, REST API provide data seputar Propinsi, Kabupaten/Kota, Kecamatan, Kelurahan/Desa.
Referensi data: https://github.com/guzfirdaus/Wilayah-Administrasi-Indonesia
- Laravel 11
- Auth using Laravel Sanctum
- 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
- TBA (just use
php artisan route:list
for now).