https://github.com/ramadhanabelio/sipekat
SiPEKAT, Sistem Penyimpanan Sertifikat (PT. PLN Nusantara Power Pekanbaru)
https://github.com/ramadhanabelio/sipekat
flask flask-application kerja-praktek magang mysql mysql-database pln python python-framework web web-app
Last synced: 12 months ago
JSON representation
SiPEKAT, Sistem Penyimpanan Sertifikat (PT. PLN Nusantara Power Pekanbaru)
- Host: GitHub
- URL: https://github.com/ramadhanabelio/sipekat
- Owner: ramadhanabelio
- Created: 2024-07-18T09:24:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T13:49:04.000Z (over 1 year ago)
- Last Synced: 2025-01-30T04:14:12.531Z (about 1 year ago)
- Topics: flask, flask-application, kerja-praktek, magang, mysql, mysql-database, pln, python, python-framework, web, web-app
- Language: HTML
- Homepage:
- Size: 5.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

##
### 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.

## 📖 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](https://www.python.org/downloads/) installed on your system before starting.
### Steps
**1.** Clone the project repository to your local directory:
```bash
git clone https://github.com/ramadhanabelio/sipekat.git
```
**2.** Navigate to the project directory:
```bash
cd sipekat
```
**3.** Install dependencies using pip:
```bash
pip install -r requirements.txt
```
**4.** Run the Flask application:
```bash
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).