Student Portal is a PHP-based web application designed to streamline student access to various academic resources. It offers features such as schedules, news, library book listings, and academic results, providing a centralized platform for students to manage their academic activities.
- Schedules: View and manage class schedules.
- News: Stay updated with the latest campus news.
- Library: Search and view available library books.
- Results: Check academic results and performance.
-
Clone the repository:
git clone https://github.com/yourusername/student-portal.git
-
Navigate to the project directory:
cd student-portal
-
Set up the database:
- Import the
database.sql
file into your MySQL database. - Update the database configuration in
config.php
with your database details.
- Import the
-
Install dependencies:
composer install
-
Start the PHP server:
php -S localhost:8000
-
Open your web browser and navigate to
http://localhost:8000
.
- Login/Register: Create an account or log in with existing credentials.
- Access Features: Navigate through the portal to access schedules, news, library resources, and results.