Skip to content

Creating basic Employee Managment System with tool like Html Css Js bootstarp for frontend and SpringBoot MySql for backend

Notifications You must be signed in to change notification settings

s10shashi/KinBin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

KinBin Employee Managment System

developing a backend API for Admin using Java ,Spring Boot. The API should allow users to perform various CRUD operations

Problem Statement.

This API allows users to perform CRUD operations on Employee entities with having 4-5 fields

Task List

  1. Application should have the capability to store below information of an employee a. Employee ID (Auto incremented) b. Employee Name c. Contact Number (Only numeric values allowed and maximum number should be 10) d. Email id (Validation for email) e. Address f. Education (dropdown with values [MCA, B. Tech, B. Sc. (cs), M. Tech]) g. Total year of experience - numeric values
  2. Each user needs to pass authentication process. Credentials for authentication process will be “admin & admin”.
  3. After successful authentication application will show home screen with provision to show registered employee list, provision to register new employee, modify existing employee and delete existing employee with confirmation message.
  4. Data will be saved, retrieved, or modified by using stored procedure. But if you are not familiar with stored procedure than same can be done by using query also.
  5. Application UI should be neat and clean.

Modules

  • Employee Module

Admin Features

Admin dashBoard 2023-06-26

List Of Employees 2023-06-26 (1)

after clicking edit option we have 2 option to modify or Del Employee 2023-06-26 (2)

here you get alert to delete modified 2023-06-26 (3) 2023-06-26 (4)

Technology and Tools used

  • Java
  • MySQL
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • lombok
  • Maven
  • Git & GitHub
  • Spring tool suite

About

Creating basic Employee Managment System with tool like Html Css Js bootstarp for frontend and SpringBoot MySql for backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published