A sample application using ABP and module-zero
Перейти к файлу
İsmail ÇAĞDAŞ efa865b2b2 Deleted test projects since they are not configured properly and don't work 2024-01-23 13:46:25 +03:00
doc
src Minor changes 2024-01-22 15:54:02 +03:00
.gitattributes
.gitignore
LICENSE
QuestionsAnswers.sln Deleted test projects since they are not configured properly and don't work 2024-01-23 13:46:25 +03:00
README.md Minor changes 2024-01-22 15:54:02 +03:00
rename.ps1

README.md

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