Call-for-Code / Solution-Starter-Kit-Education-2020

Materials for the Call for Code 2020 solution starter kit for remote education in the context of COVID-19.
Apache License 2.0
4 stars 7 forks source link

Create example quiz app #1

Closed nibalizer closed 4 years ago

nibalizer commented 4 years ago

Lets make a simple app that lets you create and take quizzes

derekteay commented 4 years ago

Architecture diagram provided by @nibalizer.

@lizklipp, FYI.

quiz-architecture-diagram

derekteay commented 4 years ago

Updated with annotations, this can be further edited, if needed.

  1. User navigates to the site
  2. The user is presented with a website, a React frontend 3a. The user performs an action within the Express app 3b. The LoopBack Generated Code performs the necessary task within the Express app
  3. Changes are saved in a PluggableDB

quiz-architecture-diagram-updated

derekteay commented 4 years ago

A beautified architecture diagram from Glenn

Education workstream

derekteay commented 4 years ago

@nibalizer can you provide an update on this, possibly with some screenshots?

nibalizer commented 4 years ago

image image image

nibalizer commented 4 years ago

https://github.com/Call-for-Code/cfc-covid-19-quiz-app and fixed!