Basic application with frontend and backend
Application - Create an application that requests information from server
.
It will be implemented as a two module app. The public frontend
will respond to requests, request an information from the non-public server
module - and echo the data back to the requestor.
backend
contains theserver
module apifrontend
contains thefrontend
front-end web-applicationdocs
contains the workshop script (link)