Hire-ME

DBMS Mini-project: Recruitment Management System.

Features

  • Python + MYSQL using mysql.connector library
  • Recruiter and Client Panel
  • Beautiful UI using tkinter

:rocket:Glimpse :dizzy::dizzy:

001_login

006_login_recruiter_mainscreen

011_client_availablejobs

Setup

Clone the repository
git clone https://github.com/karan0805/Hire-Me.git
Move to the desired folder
cd Hire-ME
To install the dependencies, simply write
pip install -r requirements.txt
Make sure MYSQL is running on your System . Now move to creds.py inside modules folder and replace the value of user_pwd
 user_pwd = "your mysql password"
Now we're almost done so to create the required schema in your machine simply run
python db_init.py
After setting up the schema, to run simply write
python main.py

Future-Scope

  • More Features can be added like we can make Resume on it and can share to nearby recruiters
  • Super-User(Admin) Panel For Future Features.
  • many more ...

GitHub

https://github.com/karan0805/Hire-Me