Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramadhanabelio/sipekat
SiPEKAT, Sistem Penyimpanan Sertifikat
https://github.com/ramadhanabelio/sipekat
flask flask-application mysql-database pln python web
Last synced: about 1 month ago
JSON representation
SiPEKAT, Sistem Penyimpanan Sertifikat
- Host: GitHub
- URL: https://github.com/ramadhanabelio/sipekat
- Owner: ramadhanabelio
- Created: 2024-07-18T09:24:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T08:26:06.000Z (about 2 months ago)
- Last Synced: 2024-11-16T09:23:18.147Z (about 2 months ago)
- Topics: flask, flask-application, mysql-database, pln, python, web
- 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.
![SiPEKAT Thumbnail](static/img/Thumbnail.png)
## 📖 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).