Skip to content

SiPEKAT, Sistem Penyimpanan Sertifikat (PT. PLN Nusantara Power Pekanbaru)

Notifications You must be signed in to change notification settings

ramadhanabelio/sipekat

Repository files navigation

SiPEKAT, Web Application for Storing Certificates at PLN Nusantara Power

πŸ“™ Description

SiPEKAT is a web-based application designed to facilitate data collection and management of certificate archives issued by PT. PLN Nusantara Power Pekanbaru. The application provides a secure and structured digital platform for quickly storing, searching and accessing certificate archives, replacing less efficient manual methods. With SiPEKAT, each certificate can be recorded and organized in detail, allowing users to track certificate history and manage information more transparently and securely. This application supports the efficiency and accuracy of data collection, making the audit and reporting process easier at PT. PLN Nusantara Power Pekanbaru.

SiPEKAT Thumbnail

πŸ“– Features

Interesting features of SiPEKAT:

  1. Authentication: Admins can log in to the application via a registered account.

  2. Dashboard Admin: Displays visualization of data on the website.

  3. CRUD Data: Can add, view, change, search and delete certificate data issued by PT. PLN Nusantara Power Pekanbaru.

πŸ› οΈ Project Installation Guide

Following are the steps to run a Flask application:

Prerequisites

Make sure you have Python installed on your system before starting.

Steps

1. Clone the project repository to your local directory:

git clone https://github.com/ramadhanabelio/sipekat.git

2. Navigate to the project directory:

cd sipekat

3. Install dependencies using pip:

pip install -r requirements.txt

4. Run the Flask application:

python app.py

After following the steps above, the application will run on your local server. You can access it via a web browser using the address provided by Flask (usually http://localhost:5000).