Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Node Challenge Node Challenge
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Jobsity
  • Node ChallengeNode Challenge
  • Wiki
  • Node Challenge Instructions

Node Challenge Instructions · Changes

Page history
Update Node Challenge Instructions authored Jun 22, 2021 by Jobsity Admin's avatar Jobsity Admin
Show whitespace changes
Inline Side-by-side
Showing with 1 addition and 1 deletion
+1 -1
  • Node-Challenge-Instructions.md Node-Challenge-Instructions.md +1 -1
  • No files found.
Node-Challenge-Instructions.md
View page @ fd657445
...@@ -78,7 +78,7 @@ The project consists of two separate services: ...@@ -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 * You can see a list of available stock codes here: https://stooq.com/t/?i=518
## Architecture ## Architecture
![Architecture Diagram](architecture.png) ![Architecture Diagram](https://git.jobsity.com/jobsity/node-challenge/-/blob/master/architecture.png)
1. A user makes a request asking for Nasdaq's current Stock quote: `GET /stock?q=ndq` 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 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. 3. The stock service delegates the call to the external API, parses the response, and returns the information back to the API service.
......
Clone repository
  • Node Challenge Instructions
  • Home