/job-apply-genie-ai

Primary LanguagePythonISC LicenseISC

Project Setup

Prerequisites

Install the following tools:

  • make
  • Python 3.10
  • docker-compose to initialize and run the database

Installation

Install the application dependencies:

make init

Usage

  1. Start the database:

    docker-compose up -d
  2. Start the application in the development mode:

    make run

After executing the last command, application should start up and expose api at: http://localhost:8080/graphql