A Java and myaql based application for Globsyn to control and manage the records of the Employees and Departments for Human Resource Management.
mysql for database
any integrated development environment like STS, eclipse or intellij
first you have to clone this repo in your system. in this repo there is package named main and inside this there is Main class. so you need to run main class. when you run main class the console will look like below image. before that create mysql database according to db.sql file.
There are 3 option mention below according to your preference you can choose option.
but for employee login first you have to register employee and employee can register by admin only so for this you have to login as admin.
admin username and password is by default 'admin' and 'admin123'
for more understanding refer below image.
now you are login as admin successfully and you can perform any task.
you can perform any task.
so for register Employee you have to follow below image.
you have to enter all detail of employee
now you can see Employee register successfully and it also create a password for employee
by this password and email employee can login as employee login.
follow below image.
emter your employee email and password.
now you can see employee registered successfully.
employee can change there password and can edit there profile
employee can apply for leave also.