paeljojy / StockBrokerage

Basic Stock Brokerage web application for off-site trading of Apple stock
0 stars 0 forks source link

Implement the REST end point to the system to get the trade information #14

Open janmatla opened 8 months ago

janmatla commented 8 months ago

This requirement is a part of the assignment provided in the course. We should build a REST end point that can send information of the trades that have been made in our system. Before sending, the trades need to be ordered by time in ascending order.