The application is built using a native PHP backend and MySQL database, designed for deployment on standard Apache server environment (XAMPP/WAMP).
this repository is a imported project that was created a few weeks before this projects repository was created!. a lot of code and assets have been imported to be open sourced.
The project files are organized to separate assets, logic, and configuration. Ensure this structure is maintained for relative paths to function correctly. aswell as containing the exported sql database for academic purposes!
Academic-Portal/
├── CSS/ # Stylesheets
├── db/ # Contains the Exported Phpmyadmin SQL database (Academic reasons to why this exists in the first place)
├── ASSETS/ # Image assets
├── JS/ # JavaScript files
├── dashboard.php # Unified dashboard for students and professors (needs login)
├── config.php # Database connection configuration
├── login_register.php # Login and Register page with js switch logic
├── login_register_handler.php # Login and password match logic
├── contact.php # Contact page with simple php logic
└── index.php # Main entry point/Landing page