ExTudent is a web-based system designed to manage and track information about ex-students of a particular institution. It allows users to perform operations such as adding new ex-students, removing ex-students, modifying ex-student records, and querying ex-student information.
- Altas: Add new ex-students to the system by providing their personal information, academic history, and employment details if applicable.
- Bajas: Remove ex-students from the system based on their unique identifier (expediente).
- Cambios: Modify the details of existing ex-students, including their personal information, academic history, and employment details.
- Consultas: Retrieve and display information about ex-students, including their personal details, academic history, and employment status.
To set up the Ex-Student System on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/oscarpobletes/extudent.git
- Set up a web server environment (e.g., Apache) with PHP support.
- Import the provided PostgreSQL database schema and data.
- Update the database connection credentials in the PHP files (
alta.php
,baja.php
,cambio.php
,consulta.php
) to match your PostgreSQL database configuration. - Place the PHP files and other required assets in the web server's document root directory.
- Access the system by navigating to the system's URL in a web browser.
- Open the system in a web browser by navigating to the appropriate URL.
- On the homepage, you will see the system logo, title, and author information.
- Use the provided buttons to navigate to different sections of the system:
- Altas: Clicking this button will take you to a page where you can add new ex-students to the system by providing their information.
- Bajas: Clicking this button will take you to a page where you can remove ex-students from the system by selecting their name from a dropdown list.
- Cambios: Clicking this button will take you to a page where you can modify the details of existing ex-students.
- Consultas: Clicking this button will take you to a page that displays information about all ex-students in a tabular format.
- Follow the instructions on each page to perform the desired operations.
- After performing any operation, you can use the "Regresar" button to return to the homepage.