Skip to content

zakialawi02/WebGis_kv

Repository files navigation

WebGis_kv

Tech Stack

This project is built using Codeigniter 4 as a PHP framework, Postgresql as a database and PostGIS as a geospatial database extension. Leaflet js is used for displaying and editing geospatial data on a map. HTML, CSS and JS are used for the user interface.

How to use

To use this project follow these steps:

  1. Clone or download the repository.
  2. Import the database from https://s.id/24YqP into your Postgresql database.
  3. Update the database configuration in .env
  4. Update email config in .env
  5. Start the development server using the command php spark serve
  6. Open a web browser and navigate to http://localhost:8080
  7. Login with the credentials: admin and admin or user and user

The default port is 8080

Recommended For running with php 8.1

Enjoy!