espin086 / GPT-Jobhunter

AI-powered job analysis and resume coaching tool using GPT. Analyzes job postings and provides personalized recommendations to job seekers for improving their resumes.
MIT License
55 stars 15 forks source link

[BUG] Move config.py file to the root folder and update references #78

Closed espin086 closed 9 months ago

espin086 commented 9 months ago

Currently, the config.py file is located in the src folder of our repository. In order to improve the organization and accessibility of our codebase, we propose moving the config.py file to the root folder of the repository.

This enhancement involves updating all the programs that currently reference the config.py file to read from the new location.

Tasks:

  1. Move the config.py file from the src folder to the root folder of the repository.
  2. Identify all the programs that use the config.py file.
  3. Modify each program to read from the new location of the config.py file.
  4. Test the modified programs to ensure they function correctly with the updated file location.

Expected Outcome: By moving the config.py file to the root folder and updating the references in the programs, we will improve the organization of our codebase and make it easier to locate and manage the configuration file.