Skip to content

Employee portal using Spring state machine, Docker, Maven, Spring data JPA

Notifications You must be signed in to change notification settings

TiMusBhardwaj/employeeportal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

Employee management system using Spring State machine. This implementes problem stated in challenge.md

BUILD Using Maven Inclues test

mvn clean package

RUN APP

./mvnw spring-boot:run

Api DOC Reference is available

http://localhost:8080/swagger-ui/index.html

API Reference

Create Employee

  POST /employee

Udate employee status

  PUT /employee/${id}/status

GET employee

  Get /employee/${id}

Docker Build

sudo docker build --platform=linux/x86_64 -t eportal:1.0 .

Docker Run

sudo docker run -p 8080:8080 -t eportal:1.0

About

Employee portal using Spring state machine, Docker, Maven, Spring data JPA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published