Jobify is an academic web application developed using Python Django that enables employers to post job vacancies and job seekers to apply online.
- User authentication (Employer & Job Seeker)
- Job posting and job listing
- Apply for jobs and manage applications
- Role-based access control
- Clean and responsive UI
- Backend: Python, Django
- Frontend: HTML, CSS, JavaScript
- Database: SQLite / MySQL
Academic Project – Bachelor of Computer Applications (BCA)
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver