Skip to content

jiken920/api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple REST API Example

A simple REST API powered by Spring Boot and Swagger to allow clients to add and retrieve products from an in-memory collection.

To run this application, you can either:

  1. Head to the Releases page and download and run the JAR: java -jar products-api-kr-1.0.jar
  2. Or, if you prefer, you can download the source and run mvn spring-boot:run from the project's root directory

Once running, you can test the API using your own HTTP client, or you can use the built-in Swagger UI at the following URL: http://localhost:8080/swagger-ui.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages