https://github.com/shallowmanica/student-system-website
https://github.com/shallowmanica/student-system-website
css database html interface-design php sql system-design web-development
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shallowmanica/student-system-website
- Owner: shallowManica
- License: mit
- Created: 2025-03-29T02:19:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-29T02:53:44.000Z (about 1 year ago)
- Last Synced: 2025-03-29T03:23:35.568Z (about 1 year ago)
- Topics: css, database, html, interface-design, php, sql, system-design, web-development
- Language: PHP
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Student System Website

## Description
The Student System Website is a comprehensive web-based application designed to manage student information, degree plans, and courses. The system features separate sections for students and administrators, allowing them to access and manage relevant information efficiently.
## Features
- **Student and Administrator Portals**: Separate entrances for students and administrators to access their respective sections.
- **Student Information Management**: Search, view, and edit student information.
- **Degree Plan Management**: View and manage degree plans.
- **Course Management**: View and manage courses.
- **Responsive Design**: The application is designed to be responsive and user-friendly on various devices.
## File Structure
- `index.php`: Main entrance of the system with links to student and administrator portals.
- `home.php`: Home page for the management section.
- `solus_searchStu.php`: Search for student information by student ID.
- `solus_listStu.php`: Display student information with pagination and search functionality.
- `solus_listPro.php`: Display degree plan information with pagination and search functionality.
- `solus_listCou.php`: Display course information with pagination and search functionality.
- `solus_stuInfo.php`: Display detailed student information.
- `solus_editStu.php`: Edit student information.
- `solus_enterStu.php`: Form for entering new student information.
- `solus_enterPro.php`: Form for entering new program information.
- `solus_enterCou.php`: Form for entering new course information.
- `css/main.css`: Contains CSS styling for the website.
- `includes/header.php`: Common header file included across multiple pages.
- `includes/footer.php`: Common footer file included across multiple pages.
- `students.php`: Handles student-specific functionalities.
- `admin.php`: Handles administrator-specific functionalities.
- `register.php`: User registration page.
## Getting Started
### Prerequisites
- PHP 7 or higher
- MySQL or any compatible database
### Installation
1. Clone the repository:
```bash
git clone https://github.com/shallowManica/Student-System-Website.git
2. Navigate to the project directory:
```bash
cd Student-System-Website