Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirti136/intellihirehub_server
https://github.com/kirti136/intellihirehub_server
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kirti136/intellihirehub_server
- Owner: kirti136
- Created: 2023-11-26T10:52:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T05:33:13.000Z (about 1 year ago)
- Last Synced: 2023-12-04T13:27:08.619Z (about 1 year ago)
- Language: Python
- Homepage: https://intellihirehub-server.vercel.app
- Size: 25.4 KB
- Stars: 0
- 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