Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcyberpunkx/university-registration-sys
https://github.com/xcyberpunkx/university-registration-sys
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xcyberpunkx/university-registration-sys
- Owner: xCyberpunkx
- Created: 2024-04-03T01:53:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T21:56:56.000Z (8 months ago)
- Last Synced: 2024-04-19T22:41:45.495Z (8 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# University Registration System
The University Registration System is a web application designed to manage student, teacher, and module information within a university setting. This system allows administrators to add, view, update, and delete records for students and teachers, as well as manage modules offered by the university.
## File Structure
project/
│
├── pages/
│ ├── home.php
│ ├── student_form.php
│ ├── teacher_form.php
│ ├── update_student.php
│ ├── delete_student.php
│ ├── update_teacher.php
│ ├── delete_teacher.php
│ ├── fetch_student.php
│ ├── fetch_teacher.php
│ └── fetch_module.php
│
└── styles/
├── home.css
├── student.css
├── teacher.css- **pages/**: Contains PHP files for different pages of the web application.
- **styles/**: Contains CSS files for styling the web application.## Features
- **Add New Student**: Allows administrators to add new student records to the system.
- **Add New Teacher**: Allows administrators to add new teacher records to the system.
- **Update Student**: Allows administrators to update existing student records.
- **Delete Student**: Allows administrators to delete existing student records.
- **Update Teacher**: Allows administrators to update existing teacher records.
- **Delete Teacher**: Allows administrators to delete existing teacher records.
- **View All Students**: Displays a list of all student records in the system.
- **View All Teachers**: Displays a list of all teacher records in the system.
- **View All Modules**: Displays a list of all modules offered by the university.## Usage
1. Clone the repository to your local machine.
2. Set up a local web server environment (e.g., XAMPP, WAMP, or MAMP).
3. Place the contents of the `pages/` directory in the document root of your local server.
4. Place the contents of the `styles/` directory in a directory accessible to your web server.
5. Access the web application through your browser by navigating to the appropriate URLs.## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.