An open API service indexing awesome lists of open source software.

https://github.com/mukul273/taco-order

Order tacos services
https://github.com/mukul273/taco-order

lombok spring springboot2

Last synced: about 1 month ago
JSON representation

Order tacos services

Awesome Lists containing this project

README

          

This is Order tacos services web services developed in Spring boot, lombok and Swagger2

Please free to modify the server port. The current state uses 8081 as server port

Please use below URL's to browse

1. For APi docs: Please visit http://localhost:8081/v2/api-docs
2. To use swagger: http://localhost:8081/swagger-ui.html OR http://localhost:8081/swagger-ui.html#/taco-resource
3. Please use below JSON format to test
[
{
"qty": 2,
"tacoName": "Veggie"
},
{
"qty": 4,
"tacoName": "Chorizo"
}
]
4. Please free to change the quantity. The taco name should be "Veggie", "Chicken", "Beef" or "Chorizo"