Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omar7tech/hrms
"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."
https://github.com/omar7tech/hrms
cloud crud cv employee-management hrms images laravel laravel-framework management-system mysql-database php scalability system-design
Last synced: 1 day ago
JSON representation
"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."
- Host: GitHub
- URL: https://github.com/omar7tech/hrms
- Owner: Omar7tech
- Created: 2024-05-16T09:31:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T18:51:17.000Z (6 months ago)
- Last Synced: 2024-05-22T17:45:07.413Z (6 months ago)
- Topics: cloud, crud, cv, employee-management, hrms, images, laravel, laravel-framework, management-system, mysql-database, php, scalability, system-design
- Language: Blade
- Homepage: http://hrms7.000.pe
- Size: 456 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HRMS🥇
## OverviewThe 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.
## Features
- **Multi-role Authentication:** Admin and Moderator roles
- **Employee Management:** CRUD operations, CV, and image management
- **Schedule Management:** Working schedules, interview scheduling, and vacations
- **Position Management:** CRUD operations and assignment to employees
- **Statistics and Analytics:** Performance metrics and visualizations using Charts.js
- **User Management:** Moderators can activate/deactivate admin accounts## Screenshots
## Installation
### Prerequisites
- ![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white) PHP >= 7.4
- ![Laravel](https://img.shields.io/badge/Laravel-FF2D20?style=flat&logo=laravel&logoColor=white) Laravel >= 8.x
- ![MySQL](https://img.shields.io/badge/MySQL-4479A1?style=flat&logo=mysql&logoColor=white) MySQL
- ![Composer](https://img.shields.io/badge/Composer-885630?style=flat&logo=composer&logoColor=white) Composer
- ![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat&logo=node-dot-js&logoColor=white) Node.js### Setup
1. Clone the repository:
```sh
git clone https://github.com/Omar7tech/hrms.git
cd hrms
```
2. Install dependencies:
```sh
composer install
npm install
npm run dev
```
3. Setup environment variables:
```sh
cp .env.example .env
php artisan key:generate
```
4. Migrate the database:
```sh
php artisan migrate
```## Admin Dashboard
Admins can manage employees, trainees, schedules, positions, interviews, and vacations. They have access to detailed statistics and performance metrics.
## Moderator Dashboard
Moderators can activate or deactivate admin accounts and manage their own profiles.
## Database Schema
Key tables and their relationships:
- `employees`: Manages employee data, references positions and schedules
- `interviews`: Manages interview schedules, references users
- `positions`: Manages job positions
- `schedules`: Manages work schedules
- `users`: Stores user data with roles and permissions
- `vacations`: Manages employee vacations, references employees## API Endpoints
### Authentication
- `POST /api/login`
- `POST /api/logout`### Employees
- `GET /api/employees`
- `POST /api/employees`
- `PUT /api/employees/{id}`
- `DELETE /api/employees/{id}`### Positions
- `GET /api/positions`
- `POST /api/positions`
- `PUT /api/positions/{id}`
- `DELETE /api/positions/{id}`## Frontend
- ![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=flat&logo=bootstrap&logoColor=white) Uses Bootstrap for responsive design
- ![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=flat&logo=css3&logoColor=white) CSS for styling
- ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black) JavaScript for dynamic functionality
- ![jQuery](https://img.shields.io/badge/jQuery-0769AD?style=flat&logo=jquery&logoColor=white) jQuery for AJAX requests
- ![AJAX](https://img.shields.io/badge/AJAX-0769AD?style=flat&logo=ajax&logoColor=white) AJAX for asynchronous operations
- ![Blade](https://img.shields.io/badge/Blade-FF2D20?style=flat&logo=laravel&logoColor=white) Blade templates for dynamic views
- ![Chart.js](https://img.shields.io/badge/Chart.js-F37826?style=flat&logo=chart-dot-js&logoColor=white) Charts.js for data visualizations
- ![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat&logo=html5&logoColor=white) HTML for markup## Security
- Ensure correct configuration of environment variables.
- Regularly update dependencies to address security vulnerabilities.
- Use Laravel's validation and sanitation mechanisms.## Contribution
1. Fork the repository
2. Create a new branch (`git checkout -b feature/your-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin feature/your-feature`)
5. Create a new Pull Request## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For questions or support, contact [[email protected]](mailto:[email protected]).
## Live Demo
Check out the live demo: [HRMS Live Demo](http://hrms7.000.pe)
## About Laravel
Laravel 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:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).Laravel is accessible, powerful, and provides tools required for large, robust applications.
## Learning Laravel
Laravel 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.
You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch.
If 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.
## Laravel Sponsors
We 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).
### Premium Partners
- **[Vehikl](https://vehikl.com/)**
- **[Tighten Co.](https://tighten.co)**
- **[WebReinvent](https://webreinvent.com/)**
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
- **[64 Robots](https://64robots.com)**
- **[Curotec](https://www.curotec.com/services/technologies/laravel/)**
- **[Cyber-Duck](https://cyber-duck.co.uk)**
- **[DevSquad](https://devsquad.com/hire-laravel-developers)**
- **[Jump24](https://jump24.co.uk)**
- **[Redberry](https://redberry.international/laravel/)**
- **[Active Logic](https://activelogic.com)**
- **[byte5](https://byte5.de)**
- **[OP.GG](https://op.gg)**## Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Code of Conduct
In 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).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
![Image Description](https://github.com/Omar7tech/screenshots/blob/main/omar7tech_img.png)