/vef-frontend-asp

Frontend for VEF (video embedded feedback) in ASP .NET mvc 5.

Primary LanguageJavaScript

Front-end | VEF - Video Embedded Feedback

C# version asp mvc version

About

This is the front-end of the project, the web application. The web application is written in C# for ASP.NET MVC release 5.

Setup

Prerequisites

Install bower

$ cd ./MvcWeb/WebApplication1/Content
$ bower install

After installing the prerequisites, install all c# referenced libraries. This should go automatically using Visual Studio 2015 and above (or 2013 with 2015 service update) once the application is initially build.

Running app

The front-end is dependent on the backend. Before you start the application, you must run the backend application.