Awesome CMS Core
  • Introduction
  • Prerequisites
  • Project Setup
  • Project Architect
  • Project Structure
  • Development Note
  • Postman Test
  • Pull Request
Powered by GitBook
On this page

Project Structure

PreviousProject ArchitectNextDevelopment Note

Last updated 7 years ago

  • 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