## Project
Website for our in-house trouble ticket tracking and other projects (PHP).

* Backend: PHP 8.5+ with a custom PDO wrapper (no framework — vanilla PHP)
* Frontend: Bootstrap 5, JQuery
* Database: MariaDB
* Auth: In-house SSO
* Apache2 on Ubuntu
* Charts: Chart.js

## Structure
* / - Public web root is the base.
* code/ - Core logic — routing, DB layer, auth, layout, utility functions
* pages/ - Server-rendered templates
* backend/ - API endpoint handlers
* scripts/ - CLI tools

## Database
* See docs/schema.sql for the full report database layout.