Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 699 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 699 Bytes

EasyCMS

Easy CMS which build with latest .NET technologies

#Project structures

.notes							All notes, roadmap of the CMS

.nuget							Nuget files

EzCMS
		EzCMS.CheckResources			Application to check the resource that is used in the CMS
		EzCMS.Core				The core project of CMS
		EzCMS.Entity				Include all entities of CMS, and also the migration scripts
		EzCMS.Web				CMS web project

Framework
		Ez.Framework				The framework of the project

Test
	EzCMS
		Plugins						Plugins test project folders
			
		Ez.Entity.Tests				The EzCMS entity test project
		EzCMS.Core.Tests			The EzCMS core test project		
	Framework
		Ez.Framework.Tests			The Ez framework test project