Interview Question Creator Project

Installation

To set up the Interview Question Creator Project locally, follow these steps:

Step-1: Clone the repository to your local machine:

    git clone https://github.com/jatin-12-2002/Interview_Question_Creator_Project

Step-2: Navigate to the project directory:

    cd Interview_Question_Creator_Project

Step 3: Create a conda environment after opening the repository

    conda create -p env python=3.10 -y
    source activate ./env

Step 4: Install the requirements

    pip install -r requirements.txt

Step-5: Set up environment variables:

  • Create a .env file in the project directory.
  • Define the necessary environment variables such as database connection strings, API keys, etc.
  • My .env file is here

Step-6: Run the application:

    python run app.py