SOARCA
SOARCA copied to clipboard
Refactor initalisation & controller
Controller where the app in initialized is cluttered, we should refactor this. As such, we should aim for a configuration framework like viper. Then we can provide the controller an app.Config and based on this the app will be initialized properly.