Skip to content

hireHUB is a labor hiring platform connecting recruiters and skilled laborers. It features real-time chat, video interviews, job applications, progress tracking, and labor availability. With advanced search filters and admin control, hireHUB simplifies the hiring process for a seamless user experience.

Notifications You must be signed in to change notification settings

Mehtarishita/hireHUB-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

🌟 HireHub – Connecting Recruiters & Skilled Laborers 🚀

HireHub is a comprehensive labor hiring platform designed to bridge the gap between recruiters and skilled laborers. With advanced features like real-time chat, video interviews, labor availability tracking, and more, HireHub makes the hiring process seamless and efficient.

🌐 Live Demo

https://asc-hirehub.netlify.app/ (Link to live deployment)

Note: The server takes approximately 50 seconds to spin up, so please be patient.

✨ Key Features

  • 🛠 Admin Dashboard Full control over recruiters, laborers, job posts, and user activities to ensure smooth operations.

  • 🧑‍💼 Job Postings Recruiters can post jobs with detailed descriptions, including salary, skills, location, and job type.

  • 👷‍♂️ Laborer Profiles & Availability Laborers can create and maintain profiles, showcasing their skills, experience, and availability.

  • 📝 Applications & Status Tracking Laborers can apply for jobs, and recruiters can manage applications with status tracking (accepted, rejected, in progress).

  • 💬 Real-Time Chat & Video Interviews Instant messaging and video interviews between recruiters and laborers for effective communication.

  • 📊 Progress Monitoring Track laborers’ progress on their assigned jobs with real-time updates.

  • 🔎 Advanced Job Search Filters Powerful filtering options by location, salary, skills, and job type to find the perfect match.

  • 🌗 Dark Mode Switch to dark mode for a visually appealing and comfortable user experience.

  • 📱 Responsive UI Modern, responsive design using Tailwind CSS to ensure seamless usage on any device.

🛠️ Tech Stack

Client: HTML5, Bootstrap, CSS, TailwindCSS, JS

Server: Node.js, Express.js, Prisma ORM (for database management)

Database: MySQL

Cloud Services: Cloudinary, Clever Cloud

🚀 How to Get Started

Follow these steps to set up the project locally:

  1. Clone the repository:
  npm clone https://github.com/ChandelAnish/hireHUB-website.git
  cd hireHUB-website
  1. Install dependencies:
  cd server
  npm install
  1. Create a .env file in the root directory and add your MySQL database connection details:
PORT=5000
SENDER_EMAIL=<your email>
PASS=<your email App password>

DATABASE_URL="mysql://root:<password>@localhost:3306/hirehub_db"
or
DATABASE_URL=<clever cloud connection URI>

CLOUD_NAME=<cloudinary cloud name >
API_KEY=<cloudinary API_KEY>
API_SECRET=<cloudinary API_SECRET>
  1. Set up Prisma:
npx prisma db push
  1. Run the server:
npm start
  1. Visit the application: Launch the live server for the landing page.

🖼️ Highlighted Features with Screenshots

📋 Job Postings

Post jobs with detailed descriptions, including salary, skills, and location. Job Postings

💬 Real-Time Chat & Video Interviews

Communicate with laborers via instant messaging or schedule video interviews. Job Postings

📊 Progress Monitoring

Monitor the progress of laborers on jobs with real-time tracking. Job Postings

👨‍💻 Contributing

Feel free to fork this repository and contribute by submitting a pull request. For major changes, please open an issue first to discuss what you'd like to change.

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Open a pull request

Please adhere to this project's code of conduct.

💬 Feedback & Support

If you have any feedback, questions, or issues, feel free to reach out or open a GitHub Issue.

For support, feel free to reach out via email at [email protected].

About

hireHUB is a labor hiring platform connecting recruiters and skilled laborers. It features real-time chat, video interviews, job applications, progress tracking, and labor availability. With advanced search filters and admin control, hireHUB simplifies the hiring process for a seamless user experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.7%
  • JavaScript 41.0%
  • CSS 15.3%