Skip to content

Web Page Architecture

Matthew Yu edited this page Jun 11, 2020 · 1 revision

The webpage architecture is defined as follows:

root/
  |_ index.html
  |_ styles.css
  |_ api.js
  |_ resources/
     |_ image.png
     |_ ...

Calls in api.js will interface with a couchdb database, updating a single file, status.json.

Clone this wiki locally