Skip to content

jakobhes/user-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User API Application

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.

API Endpoints

GET /api/users

Returns a list of all users.

GET /api/users/{id}

Returns a single user with the specified ID.

POST /api/users

Creates a new user.

PUT /api/users/{id}

Updates an existing user with the specified ID.

DELETE /api/users/{id}

Deletes the user with the specified ID.

Technologies Used

  • Java
  • Spring Boot
  • Gradle

About

A RESTful API for managing user information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages