Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.71 KB

ASAdmin

Build status Code Climate

ASAdmin is an open source ASP.NET MVC admin panel. The aim of the project is to make applications easy to manage and monitor. Demo is avaliable at : http://asadmindemo.com/

So far project supports ;

  • MySql
  • Microsoft Sql Server
  • SQL CE databases. In the future, other database providers may be supported.

Deployment&Installation

  1. Open the solution in Visual Studio and re-build.
  2. Add it up to IIS.
  3. On the first run , configure the application by following configuration steps. This will be done for one time only.

ASAdmin Configuration

ASAdmin Configuration

Make sure you have tested the connections before getting the next step in configuration. Once you have configured your application, you are good to go.

ASAdmin Configuration

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details