/vegetable-ws

vegetable server service

Primary LanguageJava

Vegetable-ws

vegetable server service

Overall API documentation with swagger

Apis Overall

Vegetable-ws

Add Vegetable The application contains the vegetable name, price, and a vegetable ID that is applied as an unique identifier. Apis Overall

Read available Vegetable

Fetches the avaiable vegetables in the database Apis Overall

Update Vegetable

The application handles the update transaction, mainly referencing the vegetable name and price. Apis Overall

Delete Vegetable

The application handles the delete transaction and issues a message for confirmation. Apis Overall

Vegetable Cost

The application identifies the vegetable id (the vegetable that is required ) then calculates the sub cost based on the cost price and quantity. Apis Overall

Total Cost

The application records the transaction id, and presents the vegetable name, cost price, quantity and the total cost . Apis Overall