SiHaPaCi (Sistem Informasi Harga Pangan Cimahi) is a specialized information platform designed to track and disseminate food price data within the city of Cimahi. Developed using PHP and MySQL, the application serves as a reliable tool for price monitoring and data transparency.
- Administrative Dashboard: Comprehensive data visualization and statistical summaries.
- Secure Authentication: Robust login system to ensure authorized access for administrators.
- Data Management: Streamlined CRUD (Create, Read, Update, Delete) operations for efficient price tracking.
- Advanced Querying: Integrated search and filtering capabilities for precise data retrieval.
- PHP (Native): Server-side scripting language for core application logic.
- MySQL: Relational database management system for secure data persistence.
Follow these procedures to deploy a local instance of the application.
A local server environment (e.g., XAMPP, Laragon, or MAMP) is required, including the following components:
- PHP (v7.4 or v8.x recommended).
- MySQL / MariaDB.
- Web Server (Apache or Nginx).
-
Clone the repository:
git clone https://github.com/fahmirizalbudi/sihapaci.git cd sihapaci -
Database Configuration:
- Access your database management tool (e.g., phpMyAdmin).
- Create a new database named
sihapaci. - Import the provided SQL schema file if available in the repository.
-
Deployment:
- Move the project directory to your server's root directory (e.g.,
htdocsfor XAMPP orwwwfor Laragon).
- Move the project directory to your server's root directory (e.g.,
- Frontend: Navigate to http://localhost/sihapaci in your web browser.
- Administration: Follow the project's specific admin path for backend access.
All rights reserved. This project is intended strictly for educational purposes and may not be utilized or distributed without explicit authorization.