Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • Node Challenge Node Challenge
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • JobsityJobsity
  • 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
Hide whitespace changes
Inline Side-by-side
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