Free admin dashboard template based on https://adminlte.io in Asp.net MVC
- Clone the repository
git clone https://github.com/mak-thevar/AdminLTEAspNetMVC.git
- Open the solution file 'AspMVCAdminLTE.sln' directly in Visual Studio
- If you want to connect to a database then open
Configs/connectionStrings.config
and add your connection string - The appSettings can be found under
Configs/appSettings.config
- Now Build the project, initially the project will take longer time to build because it will download all the npm packages and compile/minify the js and css respectively.
- Uses Owin based startup class.
- Web API is configured and uses Token based authentication.
- Can be easily customized to use external authentication services like Google, Facebook, etc.
- Autofac is configured as a dependency injection.
- Entity framework 6 with basic User entity and the authentication service is configured.
- Follows Repository pattern for the database operations.
- Custom HTML helpers has been added to support this specific template. Will be adding more HTML helpers in the future releases.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Name - Muthukumar Thevar - [email protected]
Project Link: https://github.com/mak-thevar/AdminLTEAspNetMVC