JobFinder is an online platform connecting job seekers and employers. It offers job listings, company details, and direct communication tools. JobFinder makes job hunting easier and more interactive for everyone involved.
Home Page Jobs Page Employee Registration Page Employers Registration Page Wish List Page (Employee) Applied Jobs Page (Employee) Dashboard Page (Employer) Applicants who Applied Jobs Page (Employer) Login Page Forgot Password Page
# Using virtualenv
virtualenv virtualenv
# Using Python 3.8
python3.8 -m venv virtualenv
source virtualenv/bin/activate
pip install -r requirements.txt
Note: Only necessary when debug is False (in production mode).
python manage.py collectstatic
python manage.py migrate
python manage.py runserver
Email: admin@admin.com
Password: admin
If you find this project useful, show your support by starring it! 🌟