A web application for automating the reception and processing of service requests for office equipment repair.
The project is written in native PHP and solves real-world business tasks for a service organization.
translated this file to russian
- User registration and personal account
- Creation and editing of repair requests
- Real-time tracking of request status
- Administrator panel for managing users, services, and requests
- Review and comment system
- PHP — core application logic
- MySQL — data storage
- HTML/CSS/JS — client-side interface
sercomp/
├── account/ # User dashboard
├── admin/ # Admin panel
├── auth/ # Authentication
├── db/ # Database connection
├── include/ # Shared templates
├── request/ # Request management
├── review/ # Reviews
└── static/ # Static files
-
Clone the repository: git clone https://github.com/ahkaz-dev/sercomp.git
-
Configure your web server (Apache/Nginx) and PHP (>=7.4).
-
Create a MySQL database and import the queries from mainsql.txt.
-
Specify your database connection parameters in db/connect.php.
-
Open the project in your browser.
- Input validation and sanitization
- Protection against XSS and SQL injection
- Access control and user permissions
| Home Page | Services | Reviews |
|---|---|---|
![]() |
![]() |
![]() |
| My Requests |
|---|
![]() |
| Admin Panel | All Requests | Request Details |
|---|---|---|
![]() |
![]() |
![]() |






