Database design for job portal project
In this job portal project we use sql server for database, we create some tables in database for online job portal system.
AdminMst Table : This table used to store admin login information.
StudetnMst : This table store the job seeker personal and address detail.
EducationMst : This table store the education information of job seeker.
CompanyMst : This table store the personal information about company.
PostJobMst : This sql table store the posted job detail of company.
ApplyJobMst : This table store information about which student apply in which company job.
InboxMst : This sql table used to store student and company messages.
need to develop a webpage for job portal syatem
refer link : https://meeraacademy.com/job-portal-project-in-asp-net/