divide the boilerplate into the 3 logical (separate) parts front,common,admin
hackash opened this issue · 0 comments
hackash commented
- front should care of visible part of the application
- common shares functionality to front and admin such as (db connection, configuration files etc..)
- admin is hidden part of the boilerplate, keep it separate for now, later we'll implement basic auth on it