Skip to content

mak-thevar/AdminLTEAspNetMVC

Repository files navigation

Build Status Contributors Issues LinkedIn

AdminLTEAspNetMVC

Free admin dashboard template based on https://adminlte.io in Asp.net MVC

Table of Contents

Getting Started

Prerequisites

Installation

  • 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.

Features

  • 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.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Screenshots

AadminLTE

AadminLTEASP.NET

LoginAPI Postman

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Name - Muthukumar Thevar - mak.thevar@outlook.com

Project Link: https://github.com/mak-thevar/AdminLTEAspNetMVC