An open API service indexing awesome lists of open source software.

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.

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