Skip to content

krazycodeload/springboot_mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http://localhost:8080/swagger-ui/index.html

The following endpoints will be available:

GET /api/products: Get a list of all products. GET /api/products/{id}: Get a product by its ID. POST /api/products: Create a new product. PUT /api/products/{id}: Update an existing product. DELETE /api/products/{id}: Delete a product.

curl -X POST http://localhost:8080/api/products
-H "Content-Type: application/json"
-d '{"name": "Laptop", "description": "A high-end laptop", "price": 1500.0}'

About

Product related webservice in spring boot using mongodb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages