Skip to content

sweppner/novll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published