Animesh245 / Employee-Management-System

MIT License
3 stars 0 forks source link
angular rest-api spring-boot

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

Technologies

Backend

Frontend

Launch

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

  cd ../project_folder
  mvn clean install