Campus to career. Career quiz, resume templates, gap analysis, and college finder—all free for students.
| 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 |
docker compose up --buildOpen 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.
cd FutureFit
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserverStatic preview in docs/. Deploy: Settings → Pages → source main / folder docs. Full app: use Docker.
FutureFit/
├── config/ # Django settings
├── resume_analysis/ # Gap analysis
├── career_quiz/ # Quiz
├── resume/ # Templates, cover letters, essays
├── schools/ # College finder
├── docs/ # Static site
├── templates/
└── static/
MIT
