Web-based course analysis and resource management system built with PHP and MySQL.
This project provides a lightweight academic/course operations dashboard with login, course and resource management, and usage tracking workflows.
- Session-based authentication and role-aware access
- Course and resource creation flows
- Course-resource linking
- Dashboard and usage tracking views
- SQL schema provided for initial database setup
- PHP
- MySQL
- HTML/CSS (Tailwind via CDN in UI pages)
index.php- login entry pagedashboard.php- authenticated landing pageincludes/- shared backend utilities (including DB config)sql/schema.sql- database schema
- Create a MySQL database.
- Import
sql/schema.sql. - Configure database credentials in
includes/db.php. - Serve the project with Apache/PHP (e.g., XAMPP, Bitnami, or LAMP).
- Open
index.phpin your browser.
- Keep database credentials out of source control.
- Use HTTPS and secure session settings in production.
- Rotate any leaked credentials immediately.