Skip to content

Animesh245/Employee-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Webapp

A RESTful web service developed using Spring Boot where a manager can access all the information related to employees, like employee attendance or absence data and department information, employee dependent information etc. An Employee can create their profile using email, giving details and uploading their photo.

Demo

Untitled design

Features

  • Create Employee
  • Retrieve information of both individual and list of employees
  • Update Employee information
  • Delete Employee

Technologies

Backend

  • SpringBoot
  • Spring Data JPA
  • PostgreSQL

Frontend

  • Bootstrap
  • Angular

Launch

Install Employee REST Api with maven and Run the @SpringBootApplication file: BackendApplication

  cd ../project_folder
  mvn clean install