Skip to content

jakubgeronPWr/OrderManagementSupport

Repository files navigation

OrderManagementSupport

Application to help manage orders.

Continous Integration Status: CircleCI

Backend endpoints:

Method and Address Behavior
ORDERS -
GET ".../api/orders" to get all orders
GET ".../api/orders/{id}" to get order by id
POST ".../api/orders" to add order, in body order with clientId
DELETE ".../api/orders/{id}" to delete order by id
CLIENTS -
GET ".../api/clients" to get all clients
GET ".../api/clients/{id}" to get client by id
POST ".../api/clients" to add client
DELETE ".../api/clients/{id}" to delete client by id

About

Application to help manage orders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published