albert-cyberhulk/Express-Boilerplate

divide the boilerplate into the 3 logical (separate) parts front,common,admin

hackash opened this issue · 0 comments

  1. front should care of visible part of the application
  2. common shares functionality to front and admin such as (db connection, configuration files etc..)
  3. admin is hidden part of the boilerplate, keep it separate for now, later we'll implement basic auth on it