This is a simple RESTful API that allows users to perform CRUD operations (Create, Read, Update, and Delete) on a user object. It is built using Java and the Spring Boot framework.
The application will run on port 8080 by default.
Returns a list of all users.
Returns a single user with the specified ID.
Creates a new user.
Updates an existing user with the specified ID.
Deletes the user with the specified ID.
- Java
- Spring Boot
- Gradle