This web-based application is designed to streamline and centralize the process of notifying students about available job openings within universities. Developed using HTML, CSS, JavaScript, PHP, and MySQL, this system eliminates the need for mass emails and provides a centralized platform for career offices or departments to input and manage job opportunities.
- Centralized Job Postings: Allow career offices to input job opportunities into a centralized platform.
- Streamlined Notifications: Eliminate the need for mass emails by notifying students through the web application.
- User-Friendly Interface: Provide an intuitive and easy-to-use interface for both career offices and students.
- HTML
- CSS
- JavaScript
- PHP
- MySQL
To launch the application locally using XAMPP:
-
Install XAMPP on your machine.
-
Clone the repository into the
htdocs
folder of your XAMPP installation.git clone https://github.com/a-anyango/fursa.git
-
Start the Apache and MySQL servers using the XAMPP control panel.
-
Open your web browser and navigate to
http://localhost/fursa
.
- Create a new MySQL database named
fursa
. - Import the provided SQL file (
fursa.sql
) into thefursa
database.
- Navigate to the
config
folder. - Copy the
config.sample.php
file and rename it toconfig.php
. - Open
config.php
and update the database connection details.
- Register an account as a career office or department.
- Log in and start inputting job opportunities into the centralized platform.
- Students can register accounts and receive notifications about available job openings.
If you wish to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the project builds successfully.
- Submit a pull request, detailing the changes made and the purpose.