• Stars
    star
    309
  • Rank 135,306 (Top 3 %)
  • Language
    C#
  • Created over 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ASP.NET Core & EntityFramework Core Based Startup Template

Important

Issues of this repository are tracked on https://github.com/aspnetboilerplate/aspnetboilerplate. Please create your issues on https://github.com/aspnetboilerplate/aspnetboilerplate/issues.

ASP.NET Core & EntityFramework Core Based Startup Template

This template is a simple startup project to start with ABP using ASP.NET Core and EntityFramework Core.

Prerequirements

  • Visual Studio 2017
  • .NET Core SDK
  • SQL Server

How To Run

  • Open solution in Visual Studio 2017
  • Set .Web project as Startup Project and build the project.
  • Run the application.