Skip to content
/ HRMS Public

"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."

Notifications You must be signed in to change notification settings

Omar7tech/HRMS

Repository files navigation

HRMS🥇

Overview

The 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

Screenshot 1

Screenshot 2

Installation

Prerequisites

  • PHP PHP >= 7.4
  • Laravel Laravel >= 8.x
  • MySQL MySQL
  • Composer Composer
  • Node.js Node.js

Setup

  1. Clone the repository:
    git clone https://github.com/Omar7tech/hrms.git
    cd hrms
  2. Install dependencies:
    composer install
    npm install
    npm run dev
  3. Setup environment variables:
    cp .env.example .env
    php artisan key:generate
  4. Migrate the database:
    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 Uses Bootstrap for responsive design
  • CSS3 CSS for styling
  • JavaScript JavaScript for dynamic functionality
  • jQuery jQuery for AJAX requests
  • AJAX AJAX for asynchronous operations
  • Blade Blade templates for dynamic views
  • Chart.js Charts.js for data visualizations
  • HTML5 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 file for details.

Contact

For questions or support, contact omar.7tech@gmail.com.

Live Demo

Check out the live demo: HRMS Live Demo


Laravel Logo

Build Status Total Downloads Latest Stable Version License

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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation 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, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts 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.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Image Description

About

"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."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published