Skip to content

angelocapp97/Vidly---ASP.NET-Material-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vidly: ASP.NET Material Web App

Material Web App theme with Material Design (theme pattern made by Google). Here you can see live demo.

Getting Started

Prerequisites

You need to install Entity Framework package (v. 6.0.0). Open NuGet Package Manager Console (Tools -> NuGet Package Manager -> Package Manager Console) and execute

Install-Package EntityFramework -Version 6.0.0

Built With

  • Visual Studio 2017 - Developing Environment
  • ASP.NET Framework with MVC Pattern (v.5) - Web Framework
  • Entity Framework (v.6.0.0) - Object Relational Mapping Framework
  • IIS Express - Local Web Server (integrated by default on Visual Studio)
  • Material Dashboard - Bootstrap Material Admin Template (free version)
  • ASP.NET WEB API 2 - HTTP Service (see more in /Controllers/Api/)
  • Local SQL Server (integrated by default on Visual Studio)