{"id":21653880,"url":"https://github.com/aadewunmi/employee-payroll-management-system","last_synced_at":"2025-10-08T04:20:40.461Z","repository":{"id":109352783,"uuid":"560740953","full_name":"AAdewunmi/Employee-Payroll-Management-System","owner":"AAdewunmi","description":"Employee Payroll Management System (A RESTful API for Spring Boot) | Tech Stack: Java 17, Spring Boot, Spring HATEOAS, Java JPA and H2 Database.","archived":false,"fork":false,"pushed_at":"2022-11-11T14:00:56.000Z","size":770,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T22:13:23.004Z","etag":null,"topics":["crud","crud-application","employee-management-system","h2-database","hateoas","java-17","java-jpa","spring","spring-boot","spring-data-jpa","spring-guides","spring-hateoas","spring-mvc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AAdewunmi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-02T06:46:04.000Z","updated_at":"2024-10-13T14:10:46.000Z","dependencies_parsed_at":"2023-03-25T14:46:56.910Z","dependency_job_id":null,"html_url":"https://github.com/AAdewunmi/Employee-Payroll-Management-System","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FEmployee-Payroll-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FEmployee-Payroll-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FEmployee-Payroll-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AAdewunmi%2FEmployee-Payroll-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AAdewunmi","download_url":"https://codeload.github.com/AAdewunmi/Employee-Payroll-Management-System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252961843,"owners_count":21832199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud","crud-application","employee-management-system","h2-database","hateoas","java-17","java-jpa","spring","spring-boot","spring-data-jpa","spring-guides","spring-hateoas","spring-mvc"],"created_at":"2024-11-25T08:21:21.006Z","updated_at":"2025-10-08T04:20:35.412Z","avatar_url":"https://github.com/AAdewunmi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Title:\n\nEmployee Payroll Management System (A RESTful API for Spring Boot)\n\n## 1. What is the project?\n\n\u003e \"Big picture: We’re going to create a simple payroll service that manages the employees of a company. \nWe’ll store employee objects in a (H2 in-memory) database, and access them (via something called JPA). \nThen we’ll wrap that with something that will allow access over the internet (called the Spring MVC layer) ...\"\n\n\u003e \"Introducing Spring HATEOAS, a Spring project aimed at helping you write hypermedia-driven outputs. \nTo upgrade your service to being RESTful, add this to your build: ... \"\n\n-- Building REST services with Spring (Spring Guide)\n\n#### This is an Employee Payroll Management RESTful API for Spring Boot, which performs CRUD operations on an in-memory database.\n\n#### An implementation of a SPRING quide: \"Building REST services with Spring\".\n\n## 2. Tech Stack:\n\n- Java 17\n- Spring MVC\n- Spring Boot\n- Spring HATEOAS\n- Java JPA\n- H2 Database.\n- JSON\n- Postman\n\n## 3. Installing:\n\ni. Clone the git repo\n\n```\nhttps://github.com/AAdewunmi/Employee-Payroll-Management-System.git\n```\n\nii. Open project folder\n\niii. Explore\n\n## 4. How To Use\n\ni. Open project in preferred IDE (I'm using SpringToolSuit4) \n\nii. Run as a Spring Boot App\n\niii. Test RESTful API end points using Postman for CRUD operations:\n\n- Get All Employees\n- Get Employee By ID\n- Post Employee\n- Put Employee\n- Delete Employee\n\n## 5. Demo\n\n- Get All Employees\n\n![This is an image](src/main/java/com/payrollapplication/payroll/images/GetALLEmployees.png)\n\n- Get Employee By ID\n\n![This is an image](src/main/java/com/payrollapplication/payroll/images/GetEmployeeByID.png)\n\n- Post Employee\n\n![This is an image](src/main/java/com/payrollapplication/payroll/images/PostEmployee.png)\n\n- Put Employee\n\n![This is an image](src/main/java/com/payrollapplication/payroll/images/PutEmployee.png)\n\n- Delete Employee\n\n![This is an image](src/main/java/com/payrollapplication/payroll/images/DeleteEmployee_1.png)\n\n- Check Employee has been deleted!\n\n![This is an image](src/main/java/com/payrollapplication/payroll/images/DeleteEmployee_2.png)\n\n## 6. Contributing:\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change at:\n\nSpring Guide Github Repo: https://github.com/spring-guides/tut-rest.\n\n\n## 7. Original Creator:\n\nAuthor:  SPRING by VMware Tanzu\n\nTutorial Name: \"Building REST services with Spring\"\n\nSpring URL: https://spring.io/guides/tutorials/rest/\n \nGithub Project Name: Building REST Services with Spring\n\nGithub URL: https://github.com/spring-guides/tut-rest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadewunmi%2Femployee-payroll-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadewunmi%2Femployee-payroll-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadewunmi%2Femployee-payroll-management-system/lists"}