Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 665 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 665 Bytes

OnlineTeachingSystem

An online teaching system based on ASP.NET MVC.

Introduction

Check the wiki of this repo.

How to build

For visual studio 2013+

  1. Clone this repo to your local dictionary.

  2. Open .sln file.

  3. Use NuGet to download the packages or download it from here and unpack it to root folder of your project.

Note:

For visual studio 2012, you should install the ASP.NET and Web Tools 2013.1 for Visual Studio 2012 first.

You can find it at microsoft download center