Skip to content

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.

License

Notifications You must be signed in to change notification settings

Aaditya-26/JobFinder

Repository files navigation

JobFinder

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.

Screenshots

Home Page Screenshot 2023-11-24 200118 Jobs Page Screenshot 2023-11-24 200138 Employee Registration Page Screenshot 2023-11-24 200213 Employers Registration Page Screenshot 2023-11-24 200224 Wish List Page (Employee) Screenshot 2023-11-24 200636 Applied Jobs Page (Employee) Screenshot 2023-11-24 200648 Dashboard Page (Employer) Screenshot 2023-11-24 200734 Applicants who Applied Jobs Page (Employer) Screenshot 2023-11-24 200745 Login Page Screenshot 2023-11-24 212725 Forgot Password Page Screenshot 2023-11-24 212747

Local Environment Setup

Create a virtual environment:

# Using virtualenv
virtualenv virtualenv

# Using Python 3.8
python3.8 -m venv virtualenv

Activate the virtual environment:

source virtualenv/bin/activate

Clone the repository and install the required packages:

pip install -r requirements.txt

Running the Project

Collect Static (Optional)

Note: Only necessary when debug is False (in production mode).
python manage.py collectstatic

Create Initial Database:

python manage.py migrate

Run Server:

python manage.py runserver

Default Django Admin Credentials:

Email: [email protected]
Password: admin

Support the Project

If you find this project useful, show your support by starring it! 🌟

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published