Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 390 Bytes

File metadata and controls

16 lines (13 loc) · 390 Bytes

to start npm install npm run build npm start

Postman

1.Endpoint
    method: Get,  url: http://localhost:3000/api/items 
    Params: {app_id: '730', currency: 'EUR', tradable: true } //option

2.Endpoint
    method: Post, url:http://localhost:3000/api/purchase
    Body {x-www-form-urlencoded}: {
        username: 'user1', itemPrice: xx
    }