aspnetboilerplate / questions-answers

A sample application using ABP and module-zero

Home Page:http://qasample.aspnetboilerplate.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

Issues of this repository are tracked on https://github.com/aspnetboilerplate/aspnetboilerplate. Please create your issues on https://github.com/aspnetboilerplate/aspnetboilerplate/issues.

Questions & Answers Application

http://qasample.aspnetboilerplate.com/

To run the sample:

  • Open the solution with Visual Studio.
  • Run database migrations by running.QuestionsAnswers.Migrator project.
  • Set QuestionsAnswers.Web as your startup project.
  • Check the connection string in appsettings.json and change if necessary.
  • Run the application! That's it.

alt login form

See running application on http://qasample.aspnetboilerplate.com/

User name: admin or emre

Password: 123qwe

After login, a question list is shown:

alt login form

About

A sample application using ABP and module-zero

http://qasample.aspnetboilerplate.com/

License:MIT License


Languages

Language:C# 85.1%Language:HTML 9.0%Language:JavaScript 3.8%Language:PowerShell 1.1%Language:CSS 0.6%Language:Less 0.5%