sweppner / novll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

novll

To get the test app up and running

The Libraries are: app/

  • Server.js
  • AdultCustomer.js
  • KidsCustomer
  • Publisher.js
  • KidsAuthor
  • Author
  • Illustrator

Depending on the application (what type of book we want to write), the client.js fetches a REST call to Server.js which interacts with a customer persona that requests the book.

Web (client.js) <-> Server.js <-> *Customer.js <-> Publisher.js <-> Workers (*Author.js, Illustrator.js)

(this only views well in edit mode) Web (client.js) <-> Server.js <-> *Customer.js <-> Publisher.js <-> *Author.js -> (KidsCustomer.js) -> (KidsAuthor.js) -> (AdultCustomer.js) -> (Author.js) -> Illustrator.js

About


Languages

Language:JavaScript 55.7%Language:CSS 31.8%Language:HTML 9.6%Language:Vue 2.6%Language:SCSS 0.3%