Filimindji / YAQAAP

Yet another question and answer platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAQAAP

Codacy Badge

Yet another question and answer platform

.NET, C#, Azure, NoSQL

Demo at http://yaqaap.com

Install

  • Git clone this repository.

  • Run install dependencies with bower.

bower install
  • Update your azure storage key account in Yaqaap/web.config. Ex :
<add key="storage" value="DefaultEndpointsProtocol=https;AccountName=yaqaap;AccountKey=BOVi0PPafizyc/VWvSkjv6/iDrDceILciqHGMkZEZMTI148/PW45ZtApvdVQ+gLI1S5KDZdd7uw80NW5B6nkmQ==" />

Deploy

Yaqaap use Kudu to deploy into Azure Website. It download all dependency directly. Just right-click on Yaqapp project from Visual Studio, and click Publish.

About

Yet another question and answer platform

License:GNU General Public License v3.0


Languages

Language:C# 59.0%Language:JavaScript 21.5%Language:HTML 13.2%Language:Batchfile 3.3%Language:CSS 2.9%Language:ASP 0.1%