Greeshma2903 / placement-management-project

A DBMS project on Placement Management. This is a team project, that aimed at automating some of the placement operations at colleges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLACEMENET MANAGEMENT SYSTEM

DBMS Project (course work)

Team

Motivation

The main objective of the placement management system is to reduce manual work and time. The purpose of this system is to automate the existing manual system with the help of computer software and store the data entered for a longer time with ease of access.

Approach

Our solution provides a web-based platform, where students of the college can register once and then get unique dashboards. The system will have different types of accounts for different types of users such as Admin, Student, and placement secretary. Hence this provides different access levels and makes sure the data is in the right hands.

The system intends to do user-friendly operations which may resolve ambiguity. The project is total management and informative system which provides up-to-date placement information on all the students in the college. The project facilitates a friendly, reliable and fast management system.

ER Diagram

ER Diagram

SCHEMA:

  1. Teacher (id, Name, Email, Phone, Password)
  2. Student (id, Name, Email, Phone, Password, Roll No, Bio, Skills, Resume, Profile Pic, LinkedIn Link, GitHub Link)
  3. Company (id,Company Name, Description, Address, Website Link)
  4. Job (id, Position, Company, Job Description, Requirements, Pay Rate, Last Date to Apply, Max. Applicants, Currents Applicants Count)
  5. JobApplication (id, Job, Applicant, Status)

Tech Stack

  • Frontend: HTML, CSS (Bootstrap)
  • Backend: Django
  • Database: SQLite

Screenshots

click here to see

login screen companies list student login placement officer login job listing uploading details of students

About

A DBMS project on Placement Management. This is a team project, that aimed at automating some of the placement operations at colleges.

License:MIT License


Languages

Language:HTML 57.3%Language:Python 41.7%Language:CSS 1.0%Language:JavaScript 0.0%