Human Resource Management System (Java & React)

Overview

🚀 HumanResourceManagementSystem

📌 Steps

  1. İş Arayanlar sisteme kayıt olabilmelidir. ✔️
  2. İş verenler sisteme kayıt olabilmelidir. ✔️
  3. Sisteme genel iş pozisyonu isimleri eklenebilmelidir. ✔️
  4. İş verenler listelenebilmelidir. ✔️
  5. İş arayanlar listelenebilmelidir. ✔️
  6. İş pozisyonları listelenebilmelidir. ✔️
  7. Fake Mernis oluşturuldu. ✔️
  8. Sahte e-posta servisi eklendi. ✔️
  9. Daha önce kayıtlı e-posta ve tcno alanlarının kontrolü için işlemler eklendi. ✔️
  10. Ekleme işleminde girilen alanların boş olup olmadığını kontrol eden işlemler eklendi. ✔️
  11. Result yapısı daha güzel çıktılar alınabilmesi için entegre edildi. ✔️
  12. Mesaj yapısı daha güzel hale getirildi. ✔️
  13. İş Motoru ve Kural Motorları eklendi. ✔️
  14. İş verenler sisteme iş ilanı ekleyebilmelidir. ✔️
  15. Sistemdeki tüm aktif iş ilanları listelenebilmelidir. ✔️
  16. Sistemdeki tüm aktif iş ilanları tarihe göre listelenebilmelidir. ✔️
  17. Sistemde bir firmaya ait tüm aktif iş ilanları listelenebilmelidir. ✔️
  18. İş verenler sistemdeki bir ilanı kapatabilmelidir. (Pasif ilan) ✔️
  19. Adaylar sisteme CV girişi yapabilmelidir. ✔️
  20. Bir adaya ait tüm CV bilgisi görüntülenebilmelidir. ✔️
  21. Cloudinary Eklendi. ✔️

databaseandtables

PostgreSQL Database Tables

  • HRMS.sql (Tablonuzu linkde gördüğünüz şekilde oluşturun)
  • Cloudinary (Burayı Cloudinary hesabı oluşturarak doldurunuz)

📌 Candidates

user_id first_name last_name identity_number year_of_birth create_date active
1 Furkan Paşaoğlu 12345678910 06.08.1999 10.05.2021 true

📌 Employers

user_id company_name website phone create_date active
2 Kodlama.io kodlama.io 123456789 10.05.2021 true

📌 Employers Verifications

employer_id confirm create_date active
2 false 10.05.2021 true

📌 Job Positions

job_position_id name create_date active
1 Software Developer 10.05.2021 true
2 Full Stack Developer 10.05.2021 true
3 Front End Developer 10.05.2021 true

📌 System Employees

user_id first_name last_name create_date active
1 Furkan Paşaoğlu 10.05.2021 true

📌 Users

id email password confirm_password create_date active
1 [email protected] 12345678 12345678 10.05.2021 true
2 [email protected] 12345678 12345678 10.05.2021 true

📌 Cities

city_id city_name
1 Adana
2 Adıyaman

📌 Job Advertisements

job_advertisement_id employer_id job_position_id city_id description salary_min salary_max number_of_open_job_position create_date active
1 1 1 1 Info: Test 1 2500 3500 5 28/05/2021 true

📌 Verifications

user_id confirm create_date active
1 true 10.05.2021 true
2 false 10.05.2021 true

📌 Resumes

resume_id education_id work_experience_id candidate_id foreign_language_id cover_letter github_link linkedin_link image_url create_date active
1 1 1 1 1 Deneme Önyazı furkanpasaoglu furkanpasaoglu cloudinary.com 02/06/2021 true

📌 Work Experiences

work_experience_id job_name job_position_name candidate_id start_date end_date create_date active
1 Deneme Deneme deneme 1 06/08/2020 05/06/2021 02/06/2021 true

📌 Technologies

technology_id name candidate_id create_date active
1 C# 1 02/06/2021 true

📌 Foreign Languages

foreign_language_id language_name language_level candidate_id create_date active
1 İngilizce 3 1 06/02/2021 true

📌 Educations

education_id candidate_id school_name start_date graduation_date create_date active
1 1 Kocaeli Üniversitesi 02/06/2020 02/07/2020 02/06/2021 true

✏️ Authors

You might also like...

human resourse management software

human resourse management software

HRMS İstihdam ve Kariyer Platformu Proje İsterleri Req 1 : İş Arayanlar sisteme kayıt olabilmelidir. Kabul Kriterleri: Kayıt sırasında kullanıcıdan ad

Dec 20, 2022

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.

Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.

English | 中文 Apollo - A reliable configuration management system Apollo is a reliable configuration management system. It can centrally manage the con

Jan 5, 2023

Coupon Management System - Full-Stack Project Based in Spring & React

Coupon Management System Full-Stack Project Based in Spring & React Coupon Management System: Final project by Shachaf Izhaki. This project was built

Jan 9, 2022

Calef - CalEF (Calendar Entry Formatter) : Select an entry in Android-Kalender and send/share the entry's content as human readable text.

CalEF (Calendar Entry Formatter) Select an entry in Android-Kalender and send/share the entry's content as human readable text. Usually calendar entri

Aug 17, 2022

A small library for parsing ItemStacks from a human-readable format

easy-item A small library for parsing ItemStacks from a human-readable format (1.16.5+, Java 11) TODO: Maybe add serialization (item to human-readable

Dec 4, 2021

Projeto criado na semana Spring React organizado pela escola Dev Superior com foco na prática/aprendizado das tecnologias Spring e React.

DSVendas Projeto criado na semana Spring React organizado pela escola Dev Superior com foco na prática/aprendizado das tecnologias Spring e React. htt

May 18, 2021

In this course, we will learn how to build a complete full-stack web application using Spring boot as backend and React (React Hooks) as frontend

In this course, we will learn how to build a complete full-stack web application using Spring boot as backend and React (React Hooks) as frontend. We will use MySQL database to store and retrieve the data.

Dec 22, 2022

Sceneform React Native AR Component using ARCore and Google Filament as 3D engine. This the Sceneform Maintained Component for React Native

Sceneform React Native AR Component using ARCore and Google Filament as 3D engine. This the Sceneform Maintained Component for React Native

Discord Server Join us on Discord if you need a hand or just want to talk about Sceneform and AR. Features Remote and local assets Augmented Faces Clo

Dec 17, 2022

With react-native-update-in-app library you can easily implement in-app updates in your React Native app using CDN or any other file server

React Native In-App update With react-native-update-in-app library you can easily implement in-app updates in your React Native app using CDN or any o

Dec 21, 2022
Owner
Furkan Paşaoğlu
Software Developer
Furkan Paşaoğlu
N-Layer Architecture human resource management system project with Java.

HRMS Project Backend N-Layer Architecture human resource management system project with Java. Report Bug · Request Feature About The Project Built Wit

Ahmet Çetinkaya 78 Dec 26, 2022
Java - Backend for Human Resource Management System

HRMS (Human Resource Management System) Main Directory PostgreSQL (Heroku)Live API Java(1.8) - Spring Boot based. Dependencies: Spring Boot DevTools S

Karcan Ozbal 61 Dec 26, 2022
Human Resource Management System - Backend

Human Resource Management System - Backend File Structure ??️ Layered Architecture Entities - The package in which the assets are kept DataAcces - Pac

Tarık Kaan Koç 30 Jan 1, 2023
Backend For Human Resource Management System

?? Presentation This is a hrms project. At the backend of this project I used Java(Spring Boot) and I used PostgreSQL as database management. At the f

Salih Bora Öztürk 13 Aug 5, 2022
Human Resource Management System

hrms Human Resource Management System ?? Proje Hakkında N-Katmanlı Solid mimari yapısı ile hazırlanan, SpringBoot kullanılarak CRUD işlemlerinin yapıl

Atakan Reyhanioglu 16 Jun 6, 2022
Human Resource Management Application on JavaFX using MVC Design Pattern

Human-Resource-Management-System-with-JFoenix Human Resource Management Application on JavaFX using MVC Design Pattern Built With Java JavaFX - FXML C

Bahadır Ünal 0 Mar 18, 2022
Human Resources Management System Using React with Java

File Directory Main Adapters Abstract Concretes Business Abstract Concretes Core / Utilities Regex Results Upload Data Access Abstract Entities Concre

İbrahim Can Erdoğan 15 Jul 28, 2021
Human Resources Management System

Human Resource Management System ( HRMS ) The following tools / languages will be used in this project; Java (Spring Boot based) - on the Backend side

Fatih Deniz 17 Dec 1, 2022
A repository that contains the backend part of the Human Resources Management System.

Human Resources Management System Backend A human resources management system is a form of human resources (HR) software that combines several systems

Bulent Baris Kilic 24 Dec 26, 2022
A Toolkit for Modeling and Simulation of Resource Management Techniques in Internet of Things, Edge and Fog Computing Environments

The iFogSimToolkit (with its new release iFogSim2) for Modeling and Simulation of Resource Management Techniques in Internet of Things, Edge and Fog Computing Environments. In the new release Mobili Management, Microservice Management, and Dynamic Clustering mechanisms are added as new features.

The Cloud Computing and Distributed Systems (CLOUDS) Laboratory 69 Dec 17, 2022