iPazooki / MRPanel

This is a Content Management System (CMS) based on AspNet Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MRPanel

This is a Content Management System (CMS) based on ABP. It has been optimised for Persian/English language.

To run the application please follow these instructions:

ASP.NET Core Application

  1. Open your solution in Visual Studio 2017 v15.3.5+ and build the solution.
  2. Select the 'Web.Host' project as the startup project.
  3. Check the connection string in the appsettings.json file of the Web.Host project, change it if you need to.
  4. Open the Package Manager Console and run an Update-Database command to create your database (ensure that the Default project is selected as .EntityFrameworkCore in the Package Manager Console window).
  5. Run the application. It will show swagger-ui if it is successful:

MRPanel Swagger

Angular Admin Panel Application

  1. Open a command prompt, navigate to the angular-admin folder which contains the *.sln file and run the yarn install to restore the packages.
  2. In your opened command prompt, run npm start or npm run hmr command.
  3. Once the application has compiled, you can go to http://localhost:4200 in your browser. Be sure that the Web.Host application is running at the same time. When you open the application, you will see the login page.
  4. You can now login to the application using the default credentials. The default username is admin and the password is 123qwe

MRPanel Panel Admin

Angular Site Application

  1. Open a command prompt, navigate to the angular-site folder and run the yarn install to restore the packages.
  2. In your opened command prompt, run npm start.
  3. Once the application has compiled, you can go to http://localhost:4300 in your browser.

MRPanel Panel Site

This project is still under development, I would appreciate any contribution. - MRP

About

This is a Content Management System (CMS) based on AspNet Boilerplate

License:MIT License


Languages

Language:TypeScript 44.1%Language:C# 31.9%Language:HTML 14.0%Language:SCSS 8.2%Language:JavaScript 1.5%Language:PowerShell 0.2%Language:CSS 0.1%Language:Less 0.1%Language:Dockerfile 0.0%Language:Batchfile 0.0%