Jobfolio is an open-source, web-based application built using FastAPI, that runs locally and helps simplify the job application process. It allows users to track job applications, manage resume versions, and monitor key performance indicators (KPIs) — all from a user-friendly browser interface (to be developed).
- Clone the repository
git clone https://github.com/yourusername/jobfolio.gitcd jobfolio- Create and activate a virtual environment
# Create virtual environment (use python3 if needed)
python -m venv venv# Activate on Windows
venv\Scripts\activate
# Activate on macOS/Linux
source venv/bin/activate- Install the dependencies
pip install -r requirements.txt- Run the FastAPI server
fastapi run main.pyContributions are welcome! If you'd like to help improve this project, please check out the CONTRIBUTING.md file for guidelines.
I follow a Pull Request (PR) workflow — feel free to fork the repo, make your changes in a separate branch, and open a PR when you're ready.
Thanks for your support!