... | ... | @@ -78,7 +78,7 @@ The project consists of two separate services: |
|
|
* You can see a list of available stock codes here: https://stooq.com/t/?i=518
|
|
|
|
|
|
## Architecture
|
|
|

|
|
|

|
|
|
1. A user makes a request asking for Nasdaq's current Stock quote: `GET /stock?q=ndq`
|
|
|
2. The API service calls the stock service to retrieve the requested stock information
|
|
|
3. The stock service delegates the call to the external API, parses the response, and returns the information back to the API service.
|
... | ... | |