A MVC golang app
Apps in Golp are modular components containing Models, Views and Controlers. Apps also contain a components directory which renders the JS content and a Config package which contains app level configuration.
TODO
TODO
TODO
TODO
TODO
The server package contains the routing and file serving funtionality. The server package is also where middleware will be provisioned and implemented.
TODO
TODO
TODO
The public folder contains the global Styles, Js and Assets. The public folder will also contain the bundled assets from the individual Apps.
TODO
TODO
TODO
TODO