This repository contains a demo website of an Online Job Portal where individuals can register as job providers or job seekers. The website showcases the functionality of an online platform and demonstrates how databases are used to collect registered information and facilitate the process of finding perfect candidates for jobs. The demo website can be run on a local server using Apache
and localhost
.
P.S. The project was completed under CSE311 (Database Systems) course offered by North South University.
To run the demo website, the following components are required:
- Xampp
- MySQL Workbench
- Sublime Text
Follow these steps to set up the demo website:
-
Copy the
Online Job-Portal
folder to the following location:"C:\xampp\htdocs"
. -
Start Xampp and click on "Start" for both the "Apache" and "MySQL" modules. Then, click on "Admin" for "MySQL" to open the admin panel of the
phpMyAdmin
database. -
Import the
online_job_portal.sql
database on thephpMyAdmin
website. -
To use the data entry function on the website:
- Open a browser and enter the following address:
http://localhost/Online%20Job-Portal/Homepage/homepage.php
- This will open the homepage of the website, where data can be entered in the indicated fields.
- The entered data will be stored in the
online_job_portal
database on the MySQL admin website.
- Open a browser and enter the following address:
Please note the following:
- Some pages may not load as they have not been added to this demo. Additionally, some unnecessary pages have been removed.
- Certain tables in the database may not receive data from the website because they have not been linked through queries with the database.
This is my first uploaded project on GitHub. I appreciate your understanding in case of any mistakes.
You can support the project in the following ways:
- Star the repository.
- Follow me on GitHub.
- Share the project on sites like Hacker News, Twitter, Reddit, etc.
- Report any bugs, glitches, or errors.
Your support and feedback will assist me in enhancing my upcoming projects. Thank you in advance!