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.
Interesting features of SiPEKAT:
-
Authentication: Admins can log in to the application via a registered account.
-
Dashboard Admin: Displays visualization of data on the website.
-
CRUD Data: Can add, view, change, search and delete certificate data issued by PT. PLN Nusantara Power Pekanbaru.
Following are the steps to run a Flask application:
Make sure you have Python installed on your system before starting.
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).