saniazkhaja / Intro-To-Serverless

GNU General Public License v3.0
1 stars 0 forks source link

Laying out the groundwork #72

Closed counselorbot[bot] closed 2 years ago

counselorbot[bot] commented 2 years ago

Final Project Step 2 ⬤⬤◯◯◯◯ | 🕐 Estimated completion: 30 minutes

Laying out the groundwork

✅ Task:

Mapping it out

To get started with building, you will first need to create a flowchart showing the flow of information and components you will include to make there project work. Nothing has to be finalized, but planning it out allows you to organize your ideas and thought processes.

Purpose of Programming Flowcharts

Converting the checklist into a flowchart

  1. Create a shape for each of the components from your checklist and label them inside their designated shape
  2. Draw lines on all of the technologies that interact with each other
  3. Near each line, use the previous bullet points you wrote to describe the relationship between the technologies starting with action verbs (e.g. between JS code/front-end --> Azure Function "Sends an HTTP Post Request with uploaded image)
  4. Use arrow heads to show the direction in which one technology is impacting another