项目作者: nertilpoci

项目描述 :
Aspnet core mvc movie website
高级语言: CSS
项目地址: git://github.com/nertilpoci/AspnetCoreMvc-Movie-Website.git
创建时间: 2017-05-28T16:01:13Z
项目社区:https://github.com/nertilpoci/AspnetCoreMvc-Movie-Website

开源协议:

下载


AspnetCoreMvc-Movie-Website

Demo: http://onemovie.npoci.com

Setup

  1. Clone or download the repository
  2. Open command prompt at the solution folder
  3. Enter dotnet restore to restore the dependencies
  4. Enter dotnet ef migrations add 'InitialCreate' to add the first entity framwork code first migration
  5. Enter dotnet ef database update to create the database
  6. Enter dotnet run to start the app