The Saba University Student Portal is an integrated system designed to manage university operations efficiently. It provides a comprehensive platform that facilitates communication and administrative tasks for students and faculty.
-
College Administration:
- Manages college operations, including specializations, students, professors, and curricula, enhancing communication and follow-up.
-
API:
- Displays comprehensive information about the university, majors, and courses for easy access.
-
Student Section:
- Provides study schedules, results, and achievements, enabling students to track their academic performance effectively.
- PHP Version:
- PHP >= 8.2
To install the Student Portal project, follow these steps:
-
Clone the project repository from GitHub:
git clone https://github.com/osama-zayed/Student-Portal.git
-
Navigate to the downloaded project folder:
cd Student-Portal -
Run the database migration:
php artisan migrate
-
Seed the default data into the database:
php artisan db:seed
-
Start the local development server:
php artisan serve
After starting the server, you can access the project through your browser at http://localhost:8000.
- Username: admin
- Password: 123123123
