-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDocumentation.txt
48 lines (39 loc) · 1.69 KB
/
Documentation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# KAJCHAI
It is an online job portal with a role based feature for both job provider and job seeker.
## Technology
PHP, MySql, HTML5, CSS3, Javascript, Bootstrap-v4.6
## Step to Run The Project on Your Local Machine
1. Install XAMPP.
2. Go to C:/xampp/htdocs/"yourNewFolder" and then paste all the source files. Source Files are also available at https://github.com/YEASIN49/kajchai
3. Open Xampp control panel and start Apache and MySql.
4. Go to localhost from your browser and select phpmyadmin.
5. Import the provided sql database called "onlinejobportal".
6. Open any browser and type localhost/"yourNewFolder" in the browser url box.
## Online Url
website is live at https://kajchai.000webhostapp.com/index.php
## Features
# Employer Feature
1. login, Registration.
2. View all the jobs.
3. Can apply jobs by submitting their CV file.
4. Can search jobs by catagory and location.
5. Can view all of their applied jobs.
# Employee Feature
1. login, Registration
2. Can post a new job.
3. Can see all the job seekers applied for the job.
4. Can see all the job list that he posted.
5. Can see all the existing job on the platform.
6. Can search jobs by catagory and location.
7. Can delete his job post at any time.
8. Can update his job post at any time.
9. Can view his job post individually.
10.Can see and download CV's of job seeker.
# Common Feature
1. Mobile Responsive
2. Rolebased login and registration.
3. Restricted pages can only be viewed by authorized user.
4. User will be logged in even after refreshing the web page.
5. Only page that can be accessed are shown in the navbar to users.
6. Rolebased access verification.
7. Various success and failed notification are notified to user through alertbox.