Placement Portal Management System

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 29

PLACEMENT PORTAL

MANAGEMENT SYSTEM

3-1 MINI PROJECT

BY
Y21IT001(ABHIGNA)
Y21IT045(NAGA TEJA)
Y21IT014(KOWSHIK)
Project details

>This Placement portal management system was


designed based on 3 language types.
1. PHP
2. HTML
3. CSS
> The placement management system is a system which is
used to monitor the students or certain student campus job
placements in the year.
> This project is fully written in PHP code and the web pages
are designed in HTML & CSS language.
> The whole project works on XAMPP control.

> The PLACEMENT PORTAL MANAGEMENT SYSTEM has


mainly 3 modules

1. STUDENT
2. ADMINISTRATION
3. DEPARTMENT HEAD
The student login page opens and
asks for login details.
STUDENT After logged into the website,
module - 1
then moved to student access
webpage.
The details of the logged in
student is shown.
The upload option is available to
the student to upload their
placement details.
The uploaded details will be
stored in the Database.
> Main page of the project : Click on the student option to access
the student portal.
Here is a sample
student login
credentials.

Note: The login


details are already
present in Database
The logged in student portal shows the Student details and
the upload button is to enter placement details of the
registered user .
Below is the registration form to enter the placement details
the form consists of Offer ID, Company name, Package, Offer letter.
The “choose file” option is used to upload the offer letter of
the job from the company and the uploaded file is stored in
Database.
Change the password: Logout:
used to change the user password used to logout the
current user
The Admin login page opens and
asks for login details.
Administration The admin portal is accessed after
Module - 2
entering the admin details.
The several options are available
regarding the placement portal
changes.

Sample admin
login:
Company name

backlogs(no)

GPA criteria
This shows the list of
students who are selected in
the amazon company with
‘0’ backlogs and who’s
CGPA is above 6.00.

A download button is shown to


download the data of the
students details who are eligible
for that company.
The downloaded file is in EXCEL
format.
The downloaded EXCEL sheet as follows:

The details of the students are based on the previous selected


criteria.
The head of the department can
Department access the all student placement
Head details whenever he/she wants.
Module - 3 The head of the department can
login by setting the role as “hod”.
HOD can access the student
details by entering the registered
number of the candidate and the
placement details of that
candidate till now is shown on the
web page.
The demo login is as followed:
These are the sample Login details of the Department
Head.
Note: The login credentials are already saved in
Database.
These are the options available for the Department
Head to access the placement details of the students.
Here a registration number
is entered to get that
candidate details.

Here are the


placement details of
the candidate. It
contains offer ID,
Company name,
Offer letter.

The offer letter of the candidate can be downloaded by


clicking the download option.
Here is the sample offer letter after downloading:
ABOUT US:
CONTACT DETAILS:
DATABASE Management

We used MySQL database to create a database for our


requirements.
Database is connected to the web portal to give access
to the login users.
All the information uploaded or updated by the users
are stored in the database.
Different tables are created in the database to store the
uploaded data.
Database name – “miniproject”
The Database tables are created and showed as follows
Db – “miniproject”

There are 5 tables


present in the
database.
1. Company
2. Marks
3. Package
4. Staff
5. student
Student table

This table consists of all the student details,


they are:
Staff table

The login credentials


of admin details are
stored in this table
and are used for
admin login.
Marks table

This table is used to store the academic details like


CGPA and No.of Backlogs of the students.
Package table

 The job details and offer letters are stored in this table.
Company table

List of the companies are present in this table.


- THANK YOU -

PLACEMENT PORTAL MANAGEMENT SYSTEM

- TEAM 01,14,45

You might also like