[FEAT] First functional version.

This commit is contained in:
NADAL Jean-Baptiste
2026-02-18 10:08:48 +01:00
parent 5c93000873
commit bc6e603af4
32 changed files with 5618 additions and 30 deletions

View File

@@ -120,6 +120,11 @@ MySQL database connection configured in `api/config/database.php`:
- FPDF library for PDF generation
- MySQL extension (legacy)
## Important Notes
- **No external CDN dependencies allowed** - All assets must be local (fonts, JS libraries, etc.)
- Use local copies in `static/` folder instead of CDN
## Notes
- This is a legacy codebase with mixed coding styles