Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.98 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.98 KB

JobHunter

JobHunter is a job search and management tool designed to streamline the process of finding and tracking job applications. This application leverages various frameworks and tools to enhance its functionality, including integrations with LinkedIn, caching with Redis, and persistence through PostgreSQL.

Features

  • LinkedIn Integration: Pulls job listings and profile data to personalize job recommendations.
  • In-Memory and Redis Caching: Improves data retrieval speeds.
  • Application Tracking: Organizes job applications with status updates and notes.
  • OpenAI Integration: Analyzes job descriptions to match user profiles.
  • PostgreSQL Database: Manages persistent data for user accounts and job applications.

Installation

  1. Clone the repository:

    git clone https://github.com/alimahboubi/JobHunter.git
    cd JobHunter
  2. Set Up Environment Variables: Create a .env file and configure it as follows:

    DB_CONNECTION_STRING="Host=localhost;Port=5432;Username=postgres;Password=Pa33word_123;Database=JobHunter"
    OPENAI_CONFIGURATION_API_KEY=<APIKeYy>
    USERS_CONFIGURATION_PATH="<file path of user configuration>"
    
  3. Install Dependencies: Install the necessary dependencies using Docker.

    docker-compose up -d

Usage

  • Login/Register: Create an account or log in to access your dashboard.
  • Job Listings: Use the LinkedIn integration.
  • Track Applications: Update job statuses and add notes to keep track of each application.

Project Structure

  • JobHunter.Application: Core application logic.
  • JobHunter.Domain: Domain models and business rules.
  • JobHunter.Infrastructure: Integrations with LinkedIn, Redis, and PostgreSQL.
  • JobHunter.WebApp: The main web interface for the application.

Contributing

Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request.

License

This project is licensed under the MIT License.