This section explains the complete structure of the project for making your own customizations quickly.
| Project Name | Type | Description |
|---|---|---|
| NETAdminLTEApi | .Net 6 MVC Web API Project | This project contains the web API project |
| NETAdminLTEApiCore | .NET 6 Class Library | This is the business logic project of the API project |
| NETAdminLTEDataAccess | .NET 6 Class Library | This project contains all the database table models and options. |
| NETAdminLTELogger | .NET 6 Class Library | Simple logging project that uses NLog package for logging in all project |
| NETAdminLTEWeb | .Net 6 MVC Web Project | Admin panel project |
| NETAdminLTEWebCore | .NET 6 Class Library | Admin panel project’s business logics can be found here |