PlaceWise is a placement portal for admin company and student users.
https://pixel02.pythonanywhere.com/
- 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
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.pyOpen http://127.0.0.1:5000
- Role
Admin - Username
admin - Password
admin123
Students and companies can create their accounts from the login page.
- 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
- 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
- Register from the login page
- Log in and complete profile
- Upload resume
- View approved drives
- Apply for a drive
- Check application status and history
- 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