{"id":23265661,"url":"https://github.com/deepakb/job-flow","last_synced_at":"2025-10-05T17:35:42.730Z","repository":{"id":268565144,"uuid":"904742530","full_name":"deepakb/job-flow","owner":"deepakb","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-20T05:50:42.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T12:56:53.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepakb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-17T13:19:52.000Z","updated_at":"2024-12-20T05:50:46.000Z","dependencies_parsed_at":"2024-12-17T15:25:02.802Z","dependency_job_id":"511fab42-c06a-44e0-ae1c-9ba1d8bbcf56","html_url":"https://github.com/deepakb/job-flow","commit_stats":null,"previous_names":["deepakb/job-flow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakb%2Fjob-flow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakb%2Fjob-flow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakb%2Fjob-flow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepakb%2Fjob-flow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepakb","download_url":"https://codeload.github.com/deepakb/job-flow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247450530,"owners_count":20940934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T15:31:10.937Z","updated_at":"2025-10-05T17:35:37.693Z","avatar_url":"https://github.com/deepakb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Job Flow API\n\nA FastAPI-based backend for a job-matching platform that enables users to upload resumes, match jobs, receive insights, and handle notifications.\n\n## Features\n\n- User Management with Firebase Authentication\n- Resume Parsing and Enhancement using OpenAI\n- Job Aggregation and Matching\n- Insights and Recommendations\n- Real-time Notifications\n\n## Setup\n\n1. Install Poetry (if not already installed):\n```bash\ncurl -sSL https://install.python-poetry.org | python3 -\n```\n\n2. Install dependencies:\n```bash\npoetry install\n```\n\n3. Copy `.env.example` to `.env` and update the values:\n```bash\ncp .env.example .env\n```\n\n4. Run the development server:\n```bash\npoetry run uvicorn src.main:app --reload\n```\n\n## API Documentation\n\nOnce the server is running, visit:\n- Swagger UI: http://localhost:8000/docs\n- ReDoc: http://localhost:8000/redoc\n\n## Project Structure\n\n```\nsrc/\n├── api/             # API routes\n├── core/            # Core settings, middlewares, and utilities\n├── models/          # Pydantic models\n├── services/        # Business logic\n├── repositories/    # Firebase integration\n├── tests/          # Unit and integration tests\n└── main.py         # FastAPI application entry point\n```\n\n## Development\n\n1. Run tests:\n```bash\npoetry run pytest\n```\n\n2. Format code:\n```bash\npoetry run black .\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakb%2Fjob-flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepakb%2Fjob-flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepakb%2Fjob-flow/lists"}