khalilannbiya / siap

SIAP is an application designed to facilitate residents in providing aspirations and complaints to the local government, specifically the village officials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIAP (Sistem Informasi Pengaduan Warga pada Desa Situdam)

SIAP is an application designed to facilitate residents in providing aspirations and complaints to the local government, specifically the village officials. The purpose of creating this system is not only to serve the residents of the village, but also to fulfill the graduation requirements for my education program as a creator at the Associate Degree level in preparing the thesis. This system is built with CodeIgniter version 3 and requires a minimum of PHP version 5. Therefore, if there are any errors or bugs encountered during installation or usage, it may be due to an unsupported PHP version.

Tech Stack

  • Client : HTML, CSS, Javascript, Bootstrap 5
  • Server : PHP with CodeIgniter Version 3

Run Locally

Clone the project

  git clone https://github.com/khalilannbiya/siap.git

Or Download ZIP

Link

Go to the project directory

  cd siap

Run the command

  composer update

Or

  composer install

Checkout branch (To view this system in version 2).

  git checkout siapv2

Or

Checkout branch (To view this system in version 1).

  git checkout main

Create a database in phpMyAdmin and name it 'db_siap'

Next, import the database from the .sql file that already exists in the project.

Next, Run serve

Next, Open in browser

Next, Log in using the following account as admin:

  • Email: syeichkhalil@gmail.com
  • Password: 123456789 (Of course, this is only for testing or development purposes.)

Documentation

Features

  • Auth (Login, Register)
  • Reporting Management
  • Category of Report
  • Users Management
  • Track Report

Feedback

If you have any feedback, please reach out to us at syeichkhalil@gmail.com

About

SIAP is an application designed to facilitate residents in providing aspirations and complaints to the local government, specifically the village officials

License:MIT License


Languages

Language:PHP 94.3%Language:CSS 5.3%Language:JavaScript 0.3%Language:HTML 0.1%