File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
- # aspnet-core-template
2
- ASP.NET Core template for ABP.
1
+ # ASP.NET Core & EntityFramework Core Based Startup Template
2
+
3
+ This template is a simple startup project to start with ABP
4
+ using ASP.NET Core and EntityFramework Core.
5
+
6
+ ## Prerequirements
7
+
8
+ * Visual Studio 2015
9
+ * ASP.NET Core RC2 (Download here: https://go.microsoft.com/fwlink/?LinkId=798481 )
10
+
11
+ ## How To Run
12
+
13
+ * Open solution in Visual Studio 2015
14
+ * Set .Web project as Startup Project
15
+ * Run database migrations
16
+ * Open command line
17
+ * Locate to the folder contains .EntityFrameworkCore project
18
+ * Run "dotnet ef database update" command from console.
19
+ * Add a few product to Products table in the database.
20
+ * Run the application.
You can’t perform that action at this time.
0 commit comments