Skip to content

Kaushik1987/questions-answers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Questions & Answers Application

http://qasample.aspnetboilerplate.com/

To run the sample:

  • Open it in VS2013
  • Check connection string in web.config and change if you want to.
  • Run DB migrations (Run 'Update-Database' command from Package Manager Console while ModuleZeroSampleProject.EntityFramework is selected as default project) to create database and initial data.
  • Run the application! You will see the login form:

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.5%
  • C# 20.7%
  • CSS 10.8%