{"id":22454864,"url":"https://github.com/hanidam/techhunterclone","last_synced_at":"2026-03-19T22:57:46.556Z","repository":{"id":206518301,"uuid":"716452520","full_name":"HanidaM/TechHunterClone","owner":"HanidaM","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-23T07:08:46.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T13:16:41.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/HanidaM.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":"2023-11-09T07:00:35.000Z","updated_at":"2023-11-16T09:04:51.000Z","dependencies_parsed_at":"2025-02-01T17:29:23.894Z","dependency_job_id":"4c7ce3bf-f74f-46a1-b6f0-0537e7903d80","html_url":"https://github.com/HanidaM/TechHunterClone","commit_stats":null,"previous_names":["hanidam/techhunterclone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HanidaM/TechHunterClone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanidaM%2FTechHunterClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanidaM%2FTechHunterClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanidaM%2FTechHunterClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanidaM%2FTechHunterClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HanidaM","download_url":"https://codeload.github.com/HanidaM/TechHunterClone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanidaM%2FTechHunterClone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281397923,"owners_count":26494045,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-06T07:09:19.741Z","updated_at":"2025-10-28T07:07:10.939Z","avatar_url":"https://github.com/HanidaM.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# TechHunterClone\n\nA brief description of the project\n\nThis project is a job searching platform that connects job seekers with recruiters. It allows job seekers to find and apply for jobs, while recruiters can post job vacancies and manage applications.\n\n\n\n## Tech Stack\n\n- **Programming Language:** Go\n- **Web Framework:** Gin\n- **ORM:** Gorm\n- **Database:** PostgreSQL\n- **Caching:** Redis\n- **API Documentation:** Swagger\n\n\n## Project Structure\n\nBelow is a high-level overview of the project structure:\n\nStructure described below is known as a \"Modular Directory Structure\" or \"Feature-based Directory Structure\"\n```\n├───docs\n│       # Swagger Config files .yml .json\n├───src\n│   ├───config\n│   │   # Configuration files for the application\n│   ├───database\n│   │   └───migrations\n│   │      # Database migration scripts for evolving the database schema\n│   │   \n│   ├───handlers\n│   │   ├───jobseeker\n│   │   │   # Handlers and controllers specific to jobseeker actions\n│   │   └───recruiter\n│   │       # Handlers and controllers specific to recruiter actions\n│   ├───middlewares\n│   │   └───auth\n│   │      # Middleware code for authentication (e.g., JWT, sessions)\n│   │\n│   ├───models \n│   │   ├───job\n│   │   │   # Models and data structures related to job postings\n│   │   └───user\n│   │       # Models and data structures related to users, including jobseekers and recruiters\n│   ├───routes\n│   │   ├───public\n│   │   │   # Publicly accessible routes, such as job listings and company profiles\n│   │   ├───private\n│   │   │   # Protected routes for authenticated users\n│   │   └───web\n│   │       # Web-specific routes for rendering HTML templates\n│   ├───services\n│   │   ├───auth_service\n│   │   │   # Authentication-related services and functions\n│   │   ├───notification\n│   │   │   # Services for sending notifications or alerts\n│   │   └───search\n│   │       # Services related to searching for jobs and resumes\n│   └───templates\n│       # Templates for rendering HTML pages\n└───utils\n    ├───response\n    │   # Utilities for formatting standardized response data\n    └───validators\n        # Utilities for input validation\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanidam%2Ftechhunterclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanidam%2Ftechhunterclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanidam%2Ftechhunterclone/lists"}