https://github.com/kirti136/intellihirehub_server
The IntelliHireHub-Server is the backend part of the IntelliHireHub web application, designed to facilitate intelligent job matching and manage data related to job seekers, job postings, and applications.
https://github.com/kirti136/intellihirehub_server
flask flask-api mongodb-atlas python3
Last synced: 2 months ago
JSON representation
The IntelliHireHub-Server is the backend part of the IntelliHireHub web application, designed to facilitate intelligent job matching and manage data related to job seekers, job postings, and applications.
- Host: GitHub
- URL: https://github.com/kirti136/intellihirehub_server
- Owner: kirti136
- Created: 2023-11-26T10:52:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T05:33:13.000Z (over 2 years ago)
- Last Synced: 2025-04-07T12:19:10.122Z (about 1 year ago)
- Topics: flask, flask-api, mongodb-atlas, python3
- Language: Python
- Homepage: https://intellihirehub-server.vercel.app
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### IntelliHireHub-Server
## Overview
The IntelliHireHub-Server is the backend part of the IntelliHireHub web application, designed to facilitate intelligent job matching and manage data related to job seekers, job postings, and applications.
## Setup Instructions
Clone the project
```bash
git clone https://github.com/kirti136/IntelliHireHub-Server.git
```
Navigate to the project directory:
```bash
cd IntelliHireHub-Server
```
Install dependencies:
```bash
pip install -r requirements.txt
```
Start the client:
```bash
python app.py
```
### Prerequisites
- Python installed
- Flask framework and necessary packages installed
- MySQL or any compatible database installed
## Features
- Provides API endpoints for Job Seeker and Job Posting Management
- Application Management Backend
- Skill Set Management Backend
- Implements Intelligent Job Matching using ChatGPT