Type in console make run
, but before this rememeber to update PATH in rel/sys.config
file
Offers endpoints:
- GET /offers/
- POST /offers
- PUT /offers/
- DELETE /offers
Orders endpoints:
- POST /orders
- GET /orders
- GET /orders/
{
"id": "text",
"name": "text",
"price": "float",
"description": "text"
}
{
"id": "text",
"offerId": "text",
"quantity": "int",
"amount": "float",
"buyer": "text"
}