{"id":19307340,"url":"https://github.com/bryanfks-dev/job-jive","last_synced_at":"2026-06-23T17:32:14.287Z","repository":{"id":242271044,"uuid":"794826095","full_name":"bryanfks-dev/Job-Jive","owner":"bryanfks-dev","description":"Job Jive - Human Resource Management System","archived":false,"fork":false,"pushed_at":"2024-07-04T18:19:19.000Z","size":10571,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T23:55:06.558Z","etag":null,"topics":["golang","laravel"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/bryanfks-dev.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-05-02T03:10:02.000Z","updated_at":"2024-10-12T16:31:56.000Z","dependencies_parsed_at":"2024-06-16T10:36:42.543Z","dependency_job_id":"32026110-9547-40b4-82b5-0e3b40a52df3","html_url":"https://github.com/bryanfks-dev/Job-Jive","commit_stats":null,"previous_names":["bryanfks-dev/job-jive"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bryanfks-dev/Job-Jive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FJob-Jive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FJob-Jive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FJob-Jive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FJob-Jive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanfks-dev","download_url":"https://codeload.github.com/bryanfks-dev/Job-Jive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanfks-dev%2FJob-Jive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700906,"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-23T02:00:07.161Z","response_time":65,"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":["golang","laravel"],"created_at":"2024-11-10T00:10:33.869Z","updated_at":"2026-06-23T17:32:14.269Z","avatar_url":"https://github.com/bryanfks-dev.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/bryanfks-dev/Job-Jive/f661c67effcd7d92b4d0c202262b6f3835fe6b24/laravel-app/public/img/logo.svg\" width=\"240\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# 🏢 Job Jive - Human Resource Management System\n\nThe HR department in a company is responsible for managing employees, including attendance, storing employee biodata, and making decisions regarding employees. When a company has a large number of employees, manual administration can significantly increase the workload. Therefore, we developed **Job Jive** as a Human Resource Management System to streamline these tasks.\n\n## ✨ Features\n\nIn this application, we developed five main features:\n\n1. **Authentication and Authorization**: Secure login and role-based access control for manager and staff accounts.\n2. **Employee Attendance Tracking**: Efficiently track employee attendance and manage records.\n3. **Employee Data Management**: Store and manage employee biodata, job details, and other relevant information.\n4. **Chart \u0026 Stats**: Visualize data and metrics through interactive charts for better decision-making.\n5. **Motivation Letter Generate by AI**:AI generating personalized motivation letters.\n\n## 💻 Technologies Used\n\n### Front-end\n\n- **Framework**: PHP Laravel with Blade templating engine.\n- **CSS**: Tailwind CSS for responsive and modern design.\n- **UI Components**: Integrated components from Flowbite for enhanced UI/UX.\n\n### Back-end\n\n- **Language**: GOLANG for robust and efficient back-end processes.\n- **Features**: Handling authentication, authorization, web server, database, and all back-end funtionality.\n\n## 📌 Installation Instructions\n\nTo set up the application locally, follow these steps:\n\n### Prerequisites\n- PHP 8.2 or higher\n- Golang\n- Composer\n- Node.js and npm\n- MySQL server\n\n## Front-End Installation\n\n1. **Clone the repository:**\n   ```\n   git clone https://github.com/bryanfks-dev/Job-Jive.git\n   cd Job-Jive/laravel-app/\n   ```\n\n2. **Install PHP dependencies:**\n    ```\n    composer install\n    ```\n\n3. **Install JavaScript dependencies:**\n    ```\n    npm install\n    ```\n\n4. **Set up the environment file:**\n    ```\n    cp .env.example .env\n    ```\n\n5. **Generate application key:**\n    ```\n    php artisan key:generate\n    ```\n\n6. **Run migrations and seed the database:**\n    ```\n    php artisan migrate --seed\n    ```\n\n## Back-End Installation\n\n7. **Copy BE environment variable**\n    ```\n   # Go to root dir\n    \n    cd go-worker\n    copy .env.example .env\n    ```\n\n8. **Build addAdmin.exe**\n    ```  \n    go build -o addAdmin.exe ./utils/addAdmin/main.go\n    ```\n\n9. **Create admin account**\n    ```\n    ./addAdmin \u003cyour-username\u003e \u003cyour-password\u003e\n    ```\n\n## Run the program\n\n10. **Start the Back-End server**\n    ```\n    go run .\n    ```\n\n11. **Build assets**\n    ```\n    # Go to root folder\n\n    cd laravel-app\n    npm run dev\n    ```\n\n12. **Start the development server:**\n    ```\n    php artisan serve\n    ```\n\n13. **Access the application:**\nOpen your web browser and navigate to 'http://localhost:8000'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanfks-dev%2Fjob-jive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanfks-dev%2Fjob-jive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanfks-dev%2Fjob-jive/lists"}