- Java v23
- Spring v3.3.4
A user has the following information
- A username
- A first name
- A last name
- An email
- A phone number
POST/users - create a new userGET/users - get a list of usersGET/users/{id} - get a single userPUT/users/{id} - updates a single userDELETE/users/{id} - deletes a single user