Skip to content
Iain J McCallum edited this page Aug 2, 2015 · 4 revisions

Welcome to the WikiLogic Wiki! This is for Devs / anyone interested in the technical side. The bigger picture stuff is on our mediaWiki. I'll run through an overview of the structure here, for specific details relating to individual elements checkout the list of pages in the sidebar.


##WL Architecture

An Express.js app running on the server side handles all incoming requests.

  • Root, it serves an Angular.js app - the 'Explorer'
  • /login, it serves a login form (this may be incorporated in the 'Explorer')
  • /signup, it serve a sing up for (again, this may be incorporated into the 'Explorer') ...

Clone this wiki locally