A sample stock tracking application written in react and maybe react native
Integrated with TravisCI 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. |