To set up the Interview Question Creator Project locally, follow these steps:
git clone https://github.com/jatin-12-2002/Interview_Question_Creator_Project
cd Interview_Question_Creator_Project
conda create -p env python=3.10 -y
source activate ./env
pip install -r requirements.txt
- 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
python run app.py