This commit is contained in:
2026-03-31 10:20:27 +07:00
parent 18bf19a090
commit 209b68c3f5
12 changed files with 1237 additions and 196 deletions

53
setup_output.log Normal file
View File

@@ -0,0 +1,53 @@
Database AccManager created successfully.
Changed database context to 'AccManager'.
Table Users created successfully.
Table Applications created successfully.
Table Accounts created successfully.
Table AuditLog created successfully.
Indexes created successfully.
(1 rows affected)
Admin user created: Username=admin, Password=admin
(4 rows affected)
Sample applications inserted successfully.
========================================
DATABASE SETUP COMPLETED SUCCESSFULLY
========================================
Database Name: AccManager
Tables created:
TableName
------------------------------------------------------------------------------------------------------------------------------------
- Accounts
- Applications
- AuditLog
- Users
(4 rows affected)
Users in system:
UserInfo
--------------------------------------------------------------------------------------------------------------------------------------------------------
Username: admin | Role: admin | Status: Active
(1 rows affected)
Applications available:
AppInfo
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- AWS (Cloud) - online
- GitHub (VCS) - online
- Google Workspace (Collaboration) - online
- Nginx Proxy (Infra) - offline
(4 rows affected)
Login Credentials:
Username: admin
Password: admin
Role: admin
========================================