# questions-answers **Repository Path**: synchronous_warehouse/questions-answers ## Basic Information - **Project Name**: questions-answers - **Description**: A sample application using ABP and module-zero - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-11 - **Last Updated**: 2021-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://raw.githubusercontent.com/aspnetboilerplate/questions-answers/master/doc/login-form.png) 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](https://raw.githubusercontent.com/aspnetboilerplate/questions-answers/master/doc/question-list.png)