A sample application using ABP and module-zero
Перейти к файлу
İsmail ÇAĞDAŞ b18a7289f2
Merge pull request #19 from aspnetboilerplate/upgrade-to-abp-9-1
Upgrade to ABP 9.1
2024-02-08 11:48:54 +03:00
doc Added readme for sample 2015-11-08 01:59:01 +03:00
src Upgrade to ABP 9.1 2024-02-08 09:21:07 +03:00
.gitattributes The Question Answers project was created using the mvc template. 2024-01-09 10:11:33 +03:00
.gitignore The Question Answers project was created using the mvc template. 2024-01-09 10:11:33 +03:00
LICENSE Upgraded Questions Answers project to ABP 9.0 TargetFramework net8.0 2023-12-13 11:17:52 +03:00
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 Upgraded Questions Answers project to ABP 9.0 TargetFramework net8.0 2023-12-13 11:17:52 +03:00

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