Skip to content

LaneyCommits/FutureFit

Repository files navigation

ExploringU

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

ExploringU 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
Jobs Live job listings from LinkedIn, Indeed, Glassdoor, ZipRecruiter & more — filtered by major

TODO:

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.

Jobs page (live listings from LinkedIn, Indeed, etc.): add RAPIDAPI_KEY to .env. Get a free key from RapidAPI (200 requests/month free). Without the key, the page shows curated career data with direct links to job boards.

Local Setup

cd ExploringU
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

ExploringU/
├── config/           # Django settings
├── resume_analysis/  # Gap analysis
├── career_quiz/      # Quiz
├── resume/           # Templates, cover letters, essays
├── schools/          # College finder
├── jobs/             # Job market sweep (JSearch API)
├── docs/             # Static site
├── templates/
└── static/

License

MIT

Releases

No releases published

Packages

 
 
 

Contributors