Customization
2 articles
Project Structure
Last Updated: January 2, 2025This 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...
Data Seeder
Last Updated: January 2, 2025At the first launch of the application, we’ll seed some demo data for testing. In order to customize it go to NETAdminLTEWeb Project in Visual Studio 2022 Solution explorer and open a file called DataSeeder.cs. This file has all the demo data (Users, Roles, and more) you can edit it as per your requirement.