Project Structure

  • The AppModule folder will be contain all of business of application

  • The Area folder will be contain UI & logic for Admin and Client page

  • We mainly working with Admin & Client. The Admin project will be Admin portal and Client will be user interface

  • The main AwesomeCMSCore will be main project (Just to bootstrap web app and register services & dependencies)

  • The Infrastructure will be contain code to setup for web app

Last updated