Application - Create an application that generates passwords and display it in a web browser.
It will be implemented as a two module app. The public front-end (www) will respond to requests, request a new password from the non-public echo module - and echo the data back to the requestor. All magic!
echocontains the echo modulewwwcontains the www front-enddocscontains the workshop script (link)
