Skip to content

LaneyCommits/FutureFit

Repository files navigation

FutureFit

Campus to career. Career quiz, resume templates, gap analysis, and college finder—all free for students.

FutureFit homepage

Features

Feature Description
Career Quiz Short quiz by major or explore mode; personalized job suggestions
Resume Templates Major-specific resumes, cover letters, admissions essays + FutureBot AI
Gap Analysis Paste resume + job posting → AI match score, missing keywords, suggestions
College Finder Filter by major, location, cost, school type

Quick Start

docker compose up --build

Open http://127.0.0.1:8000.

AI features (gap analysis, FutureBot): add GEMINI_API_KEY to a .env file. Get a key from Google AI Studio.

Email verification: By default, verification emails are not sent to your inbox—they are printed in the terminal where you run runserver. To receive real emails, set SMTP variables in .env (see "Email" in config/settings.py); for Gmail, use an App Password.

Local Setup

cd FutureFit
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

GitHub Pages

Static preview in docs/. Deploy: Settings → Pages → source main / folder docs. Full app: use Docker.

Structure

FutureFit/
├── config/           # Django settings
├── resume_analysis/  # Gap analysis
├── career_quiz/      # Quiz
├── resume/           # Templates, cover letters, essays
├── schools/          # College finder
├── docs/             # Static site
├── templates/
└── static/

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors