Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xcyberpunkx/university-registration-sys


https://github.com/xcyberpunkx/university-registration-sys

Last synced: about 1 month ago
JSON representation

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.