Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# WebGIS Poverty
|
||||
|
||||
Proyek WebGIS sederhana untuk visualisasi data kemiskinan dan fasilitas.
|
||||
|
||||
**Persyaratan**
|
||||
- PHP + Apache (mis. XAMPP)
|
||||
- MySQL
|
||||
|
||||
**Setup singkat**
|
||||
1. Tempatkan folder proyek di `htdocs` (sudah di c:\xampp\htdocs...).
|
||||
2. Mulai Apache dan MySQL (XAMPP).
|
||||
3. Buat database bernama `webgis_poverty` atau sesuaikan `api/config/database.local.php`.
|
||||
4. Buka [index.html](index.html) di browser.
|
||||
|
||||
**File konfigurasi penting**
|
||||
- `api/config/database.local.php` — konfigurasi koneksi database lokal.
|
||||
- `api/config/database.local.php.example` — contoh konfigurasi.
|
||||
|
||||
**Endpoint API**
|
||||
- `api/data_jalan.php`
|
||||
- `api/data_parsil.php`
|
||||
- `api/log_bantuan.php`
|
||||
- `api/penduduk_miskin.php`
|
||||
- `api/rumah_ibadah.php`
|
||||
- `api/spbu.php`
|
||||
|
||||
**Frontend**
|
||||
- CSS: `css/app.css`
|
||||
- JS: `js/app-core.js`, `js/feature-*.js`
|
||||
Reference in New Issue
Block a user