{"id":50840097,"url":"https://github.com/vimalyad/hiring_platform","last_synced_at":"2026-06-14T06:06:43.145Z","repository":{"id":306629660,"uuid":"1026346454","full_name":"vimalyad/hiring_platform","owner":"vimalyad","description":"This project is a Java-based application that implements a backend system for a recruitment and applicant tracking platform. It uses JDBC for direct database communication to manage job postings, candidate applications, interview scheduling, and hiring decisions.","archived":false,"fork":false,"pushed_at":"2025-07-27T16:10:37.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-10T18:38:01.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/vimalyad.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-25T18:15:20.000Z","updated_at":"2026-02-06T05:54:56.000Z","dependencies_parsed_at":"2025-07-27T09:37:21.130Z","dependency_job_id":"343bccc5-094a-4ad6-a5ac-62a110445338","html_url":"https://github.com/vimalyad/hiring_platform","commit_stats":null,"previous_names":["vinay290704/hiring_platform","yamisukehiro2907/hiring_platform","vimalyad/hiring_platform"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vimalyad/hiring_platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalyad%2Fhiring_platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalyad%2Fhiring_platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalyad%2Fhiring_platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalyad%2Fhiring_platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimalyad","download_url":"https://codeload.github.com/vimalyad/hiring_platform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimalyad%2Fhiring_platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34310815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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":"2026-06-14T06:06:42.634Z","updated_at":"2026-06-14T06:06:43.141Z","avatar_url":"https://github.com/vimalyad.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recruitment \u0026 Applicant Tracking System (JDBC)\n\nThis project is a Java-based application that implements a backend system for a recruitment and applicant tracking\nplatform. It uses JDBC for direct database communication to manage job postings, candidate applications, interview\nscheduling, and hiring decisions.\n\n## Overview\n\nThe system provides a foundational structure for a hiring platform where recruiters can manage the entire recruitment\nlifecycle. It handles everything from posting a new job to tracking an applicant through various stages like screening,\ninterviewing, and offering a position. The project focuses on clean database design and direct data access using Java's\nJDBC API.\n\n## Instructions for Running the `.jar` File\n\nThis section is for users who have received the final `.jar` file and want to run the application directly.\n\n### Prerequisites\n\n- **Java Runtime Environment (JRE):** Version 17 or higher must be installed on your system. You can verify this by running `java -version` in your terminal.\n- **MySQL Server:** You must have a running instance of MySQL Server. The application will handle the rest.\n\n- ### How to Run\n\n1.  **Place the JAR file:** Put the `.jar` file (e.g., `hiring_platform.jar`) into any folder on your computer.\n\n2.  **Open a Terminal:** Open a command prompt or terminal and navigate to the folder where you placed the `.jar` file.\n\n3.  **Execute the Application:** Run the following command:\n    ```bash\n    java -jar hiring_platform.jar\n    ```\n    *(Note: You must replace the file name with the exact name of the JAR file you have.)*\n\n4.  **Automatic Database Setup:**\n    - The application will start and prompt you for your MySQL `username` and `password`.\n    - After you provide the credentials, the application will automatically connect to your MySQL server, create the `recruitment_db` database, create all the necessary tables, and fill them with sample data.\n\n5.  **Use the Application:** Once the setup is complete, the main interactive menu will appear, and you can begin using the platform.\n\n---\n\n## Note\n\n- The `Entities` folder is to give the basic idea of the Tables in Database , the `ResponseEntity` table is the format in\n  which we will recieve data from running queries.\n- The `Enums` folder contains the enums used in Entities and ResponseEntity Folder\n- The `Schema` folder contains the requirement , schema and raw data script that will help in database setup in your sql\n  workbench\n\n---\n\n## Setup for Developers\n\nThis section is for developers who want to build the project from the source code.\n\n### Prerequisites\n\nTo build and run this project, you will need the following installed on your system:\n\n- **Java Development Kit (JDK):** Version 17 or higher.\n- **Apache Maven:** To manage project dependencies and build the application.\n- **MySQL Server:** A running instance of MySQL database (version 8.0 or higher).\n- **A Code Editor:** An IDE like Visual Studio Code or IntelliJ IDEA.\n\n### Build the Project\n\n1.  **Open a terminal** in the root directory of the project (where the `pom.xml` file is located).\n2.  **Run Maven Package:** This command will download all required dependencies and create a runnable `.jar` file with all dependencies included.\n    ```bash\n    mvn clean package\n    ```\n    This will generate a file like `jdbc-learning-1.0-SNAPSHOT-jar-with-dependencies.jar` in the `target` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimalyad%2Fhiring_platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimalyad%2Fhiring_platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimalyad%2Fhiring_platform/lists"}