Skip to content

PixelCode01/placewise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlaceWise

PlaceWise is a placement portal for admin company and student users.

Live site

https://pixel02.pythonanywhere.com/

What it does

  • Admin can manage students companies drives and applications
  • Companies can register create drives and update application status
  • Students can register upload resumes apply for drives and track progress

How to start

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py

Open http://127.0.0.1:5000

Login

  • Role Admin
  • Username admin
  • Password admin123

Students and companies can create their accounts from the login page.

How to use

Admin

  • Log in with the default admin account
  • Approve or reject company registrations
  • Approve or reject placement drives
  • View students companies drives and applications
  • Edit blacklist deactivate or delete students and companies

Company

  • Register from the login page
  • Wait for admin approval
  • Log in after approval
  • Create a placement drive
  • View student applications
  • Update student status as shortlisted selected or rejected

Student

  • Register from the login page
  • Log in and complete profile
  • Upload resume
  • View approved drives
  • Apply for a drive
  • Check application status and history

Important notes

  • Database is created automatically when the app starts
  • Resume uploads are stored in static/uploads
  • Only approved companies can create drives
  • Students can apply only once for a drive

About

A Placement Portal Application for managing campus recruitment. It supports admin-controlled approvals, company placement drives, and student applications with proper role-based access

Resources

Stars

Watchers

Forks

Contributors