Skip to content

built a basic RESTful web service that manages a list of employees #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

KazeAsh
Copy link

@KazeAsh KazeAsh commented Apr 1, 2025

…and email. only id was an Integer the rest string. I set the getters and setters.

Employees.java was created to make a list to hold the creation of each employee. EmployeeManager.java created to retrieve and add employees. EmployeeController.java was the last created file to get the mapping of the employees and post to add a new employee.

KazeAsh added 6 commits April 1, 2025 15:37
…and email. only id was an Integer the rest string. I set the getters and setters.

Employees.java was created to make a list to hold the creation of each employee. EmployeeManager.java created to retrieve and add employees. EmployeeController.java was the last created file to get the mapping of the employees and post to add a new employee.
…8080/employees included screenshots into file of Postman results.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant