DBMS Project (course work)
- Atharva Parkhe - Django (Backend Developer)
- Medam Greeshma - HTML, Bootstrap (Frontend Developer)
- Maheshwari Terse - Django (Backend)
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.
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.
SCHEMA:
- Teacher (id, Name, Email, Phone, Password)
- Student (id, Name, Email, Phone, Password, Roll No, Bio, Skills, Resume, Profile Pic, LinkedIn Link, GitHub Link)
- Company (id,Company Name, Description, Address, Website Link)
- Job (id, Position, Company, Job Description, Requirements, Pay Rate, Last Date to Apply, Max. Applicants, Currents Applicants Count)
- JobApplication (id, Job, Applicant, Status)
- Frontend: HTML, CSS (Bootstrap)
- Backend: Django
- Database: SQLite