{"id":20399891,"url":"https://github.com/omar7tech/hrms","last_synced_at":"2025-04-12T13:42:52.732Z","repository":{"id":240121595,"uuid":"801465712","full_name":"Omar7tech/HRMS","owner":"Omar7tech","description":"\"HRMS🥇: A Laravel-based Human Resource Management System (HRMS) designed to streamline employee management, scheduling, position assignments, and analytics within organizations. Featuring multi-role authentication and detailed management tools, it offers comprehensive solutions for HR tasks.\"","archived":false,"fork":false,"pushed_at":"2024-05-21T18:51:17.000Z","size":467,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T08:22:58.656Z","etag":null,"topics":["cloud","crud","cv","employee-management","hrms","images","laravel","laravel-framework","management-system","mysql-database","php","scalability","system-design"],"latest_commit_sha":null,"homepage":"http://hrms7.000.pe","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/Omar7tech.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-16T09:31:06.000Z","updated_at":"2025-02-05T19:20:36.000Z","dependencies_parsed_at":"2024-11-15T04:35:04.312Z","dependency_job_id":"aabde036-3bc3-4db0-a5d3-8b0f45ee4795","html_url":"https://github.com/Omar7tech/HRMS","commit_stats":null,"previous_names":["omar7tech/hrms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omar7tech%2FHRMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omar7tech%2FHRMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omar7tech%2FHRMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omar7tech%2FHRMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Omar7tech","download_url":"https://codeload.github.com/Omar7tech/HRMS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248574656,"owners_count":21127049,"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":["cloud","crud","cv","employee-management","hrms","images","laravel","laravel-framework","management-system","mysql-database","php","scalability","system-design"],"created_at":"2024-11-15T04:34:54.496Z","updated_at":"2025-04-12T13:42:52.710Z","avatar_url":"https://github.com/Omar7tech.png","language":"Blade","readme":"\u003ch1\u003eHRMS🥇\u003c/h1\u003e\n  \u003cimg width=\"100%\" loading=\"lazy\" src=\"https://github.com/SamirPaulb/SamirPaulb/blob/main/assets/rainbow-superthin.webp\" /\u003e\n  \n## Overview\n\nThe HRMS (Human Resource Management System) is a Laravel-based application designed to manage employees, trainees, schedules, positions, interviews, and vacations within an organization. It features multi-role authentication, detailed analytics, and comprehensive management tools.\n\n## Features\n\n- **Multi-role Authentication:** Admin and Moderator roles\n- **Employee Management:** CRUD operations, CV, and image management\n- **Schedule Management:** Working schedules, interview scheduling, and vacations\n- **Position Management:** CRUD operations and assignment to employees\n- **Statistics and Analytics:** Performance metrics and visualizations using Charts.js\n- **User Management:** Moderators can activate/deactivate admin accounts\n\n## Screenshots\n\u003cimg src=\"https://github.com/Omar7tech/screenshots/blob/main/Employees.PNG\" alt=\"Screenshot 1\" width=\"400\"\u003e\n\u003cimg src=\"https://github.com/Omar7tech/screenshots/blob/main/Homescreenshot.PNG\" alt=\"Screenshot 2\" width=\"400\"\u003e\n\n\n\n## Installation\n\n### Prerequisites\n\n- ![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat\u0026logo=php\u0026logoColor=white) PHP \u003e= 7.4\n- ![Laravel](https://img.shields.io/badge/Laravel-FF2D20?style=flat\u0026logo=laravel\u0026logoColor=white) Laravel \u003e= 8.x\n- ![MySQL](https://img.shields.io/badge/MySQL-4479A1?style=flat\u0026logo=mysql\u0026logoColor=white) MySQL\n- ![Composer](https://img.shields.io/badge/Composer-885630?style=flat\u0026logo=composer\u0026logoColor=white) Composer\n- ![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat\u0026logo=node-dot-js\u0026logoColor=white) Node.js\n\n### Setup\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/Omar7tech/hrms.git\n    cd hrms\n    ```\n2. Install dependencies:\n    ```sh\n    composer install\n    npm install\n    npm run dev\n    ```\n3. Setup environment variables:\n    ```sh\n    cp .env.example .env\n    php artisan key:generate\n    ```\n4. Migrate the database:\n    ```sh\n    php artisan migrate\n    ```\n\n## Admin Dashboard\n\nAdmins can manage employees, trainees, schedules, positions, interviews, and vacations. They have access to detailed statistics and performance metrics.\n\n## Moderator Dashboard\n\nModerators can activate or deactivate admin accounts and manage their own profiles.\n\n## Database Schema\n\nKey tables and their relationships:\n\n- `employees`: Manages employee data, references positions and schedules\n- `interviews`: Manages interview schedules, references users\n- `positions`: Manages job positions\n- `schedules`: Manages work schedules\n- `users`: Stores user data with roles and permissions\n- `vacations`: Manages employee vacations, references employees\n\n## API Endpoints\n\n### Authentication\n\n- `POST /api/login`\n- `POST /api/logout`\n\n### Employees\n\n- `GET /api/employees`\n- `POST /api/employees`\n- `PUT /api/employees/{id}`\n- `DELETE /api/employees/{id}`\n\n### Positions\n\n- `GET /api/positions`\n- `POST /api/positions`\n- `PUT /api/positions/{id}`\n- `DELETE /api/positions/{id}`\n\n\n## Frontend\n\n- ![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=flat\u0026logo=bootstrap\u0026logoColor=white) Uses Bootstrap for responsive design\n- ![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=flat\u0026logo=css3\u0026logoColor=white) CSS for styling\n- ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat\u0026logo=javascript\u0026logoColor=black) JavaScript for dynamic functionality\n- ![jQuery](https://img.shields.io/badge/jQuery-0769AD?style=flat\u0026logo=jquery\u0026logoColor=white) jQuery for AJAX requests\n- ![AJAX](https://img.shields.io/badge/AJAX-0769AD?style=flat\u0026logo=ajax\u0026logoColor=white) AJAX for asynchronous operations\n- ![Blade](https://img.shields.io/badge/Blade-FF2D20?style=flat\u0026logo=laravel\u0026logoColor=white) Blade templates for dynamic views\n- ![Chart.js](https://img.shields.io/badge/Chart.js-F37826?style=flat\u0026logo=chart-dot-js\u0026logoColor=white) Charts.js for data visualizations\n- ![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat\u0026logo=html5\u0026logoColor=white) HTML for markup\n\n\n## Security\n\n- Ensure correct configuration of environment variables.\n- Regularly update dependencies to address security vulnerabilities.\n- Use Laravel's validation and sanitation mechanisms.\n\n## Contribution\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/your-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin feature/your-feature`)\n5. Create a new Pull Request\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor questions or support, contact [omar.7tech@gmail.com](mailto:omar.7tech@gmail.com).\n\n## Live Demo\n\nCheck out the live demo: [HRMS Live Demo](http://hrms7.000.pe)\n\n\n\n\n\n\u003chr/\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/laravel/framework/actions\"\u003e\u003cimg src=\"https://github.com/laravel/framework/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Laravel\n\nLaravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:\n\n- [Simple, fast routing engine](https://laravel.com/docs/routing).\n- [Powerful dependency injection container](https://laravel.com/docs/container).\n- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.\n- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).\n- Database agnostic [schema migrations](https://laravel.com/docs/migrations).\n- [Robust background job processing](https://laravel.com/docs/queues).\n- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n\nLaravel is accessible, powerful, and provides tools required for large, robust applications.\n\n## Learning Laravel\n\nLaravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.\n\nYou may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch.\n\nIf you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.\n\n## Laravel Sponsors\n\nWe would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the [Laravel Partners program](https://partners.laravel.com).\n\n### Premium Partners\n\n- **[Vehikl](https://vehikl.com/)**\n- **[Tighten Co.](https://tighten.co)**\n- **[WebReinvent](https://webreinvent.com/)**\n- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**\n- **[64 Robots](https://64robots.com)**\n- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**\n- **[Cyber-Duck](https://cyber-duck.co.uk)**\n- **[DevSquad](https://devsquad.com/hire-laravel-developers)**\n- **[Jump24](https://jump24.co.uk)**\n- **[Redberry](https://redberry.international/laravel/)**\n- **[Active Logic](https://activelogic.com)**\n- **[byte5](https://byte5.de)**\n- **[OP.GG](https://op.gg)**\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\n\n## Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n![Image Description](https://github.com/Omar7tech/screenshots/blob/main/omar7tech_img.png)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomar7tech%2Fhrms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomar7tech%2Fhrms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomar7tech%2Fhrms/lists"}