Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 669 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 669 Bytes

timetosell

A sample stock tracking application written in react and maybe react native

Integrated with TravisCI Build Status for continuous integration and Sonarcloud.io for source code analysis.

Route HTTP Verb Description
/api/stocks GET Get all the stocks.
/api/stocks POST Create a stock.
/api/stocks/:stock_id GET Get a single stock.
/api/stocks/:stock_id DELETE Delete a stock.