Skip to content

An open-source, web-based application built using FastAPI, that runs locally and helps simplify the job application process.

License

Notifications You must be signed in to change notification settings

kleeena/jobfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobfolio

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).

How to Install and Run the Project

  1. Clone the repository
git clone https://github.com/yourusername/jobfolio.git
cd jobfolio
  1. 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
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the FastAPI server
fastapi run main.py

Contributing

Contributions 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!

About

An open-source, web-based application built using FastAPI, that runs locally and helps simplify the job application process.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages