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