Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickymartinginting/webgisci4
Website Pendataan Lokasi Sekolah Dengan CodeIgniter 4
https://github.com/rickymartinginting/webgisci4
codeigniter codeigniter4 webgis
Last synced: 16 days ago
JSON representation
Website Pendataan Lokasi Sekolah Dengan CodeIgniter 4
- Host: GitHub
- URL: https://github.com/rickymartinginting/webgisci4
- Owner: rickymartinginting
- License: mit
- Created: 2020-08-12T09:14:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T14:01:00.000Z (about 4 years ago)
- Last Synced: 2024-12-19T22:10:57.272Z (18 days ago)
- Topics: codeigniter, codeigniter4, webgis
- Language: JavaScript
- Homepage:
- Size: 10.2 MB
- Stars: 23
- Watchers: 1
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# WebGis CodeIgniter 4
## Apa Itu Web GIS
Web Geographic Information System ( WebGIS ). Menurut Prahasta (2007), WebGIS adalah aplikasi GIS atau pemetaan digital
Website ini di kembangkan dengan
[Codeigniter 4 ](https://codeigniter.com/)
[LeaFlet](https://leafletjs.com/)
[Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/)## Cara Pemasangan
Pastikan kamu di komputer kamu sudah terpasang
[Composer](https://getcomposer.org/) dan [Git](https://git-scm.com/)Download dengan cara
`git clone https://github.com/rickyginting/WebGis-CodeIgniter-4.git` Setelah proses selesai silahkan lakukan update dependencies dengan cara `composer update`## Konfigurasi
Pastikan kamu sudah menjalankan local server kamu, kemudian ubah file `env` menjadi `.env` dan migrate file database dengan cara `php spark migrate` kemudain jalankan server `php spark serve`
## Screenshots
![Screenshot (40)](https://user-images.githubusercontent.com/46182403/90000609-9892b280-dcba-11ea-90b9-9442eac18100.png)
**Halaman Home Page**![Screenshot (41)](https://user-images.githubusercontent.com/46182403/90000658-a6e0ce80-dcba-11ea-96ab-a8bb83d1baa2.png)
**Halaman Detail Sekolah**![Screenshot (42)](https://user-images.githubusercontent.com/46182403/90000708-b233fa00-dcba-11ea-8bb7-c24cfd1533db.png)
**Table Data Sekolah**![Screenshot (90)](https://user-images.githubusercontent.com/46182403/98374282-0446aa80-2073-11eb-8dd2-9524325fb511.png)
**Halaman Masuk**![Screenshot (91)](https://user-images.githubusercontent.com/46182403/98374313-0d377c00-2073-11eb-9bca-31eefa323c4e.png)
**Halaman Mendaftar**![Screenshot (45)](https://user-images.githubusercontent.com/46182403/90000813-d263b900-dcba-11ea-89f4-4e74f016a1fb.png)
**Halaman Dashboard Admin**![Screenshot (46)](https://user-images.githubusercontent.com/46182403/90000946-0048fd80-dcbb-11ea-8563-3dfe3cd47689.png)
**Halaman Tambah Sekolah**