Skip to content

Commit 2e6ba3c

Browse files
committed
Updated Readme file.
1 parent f815dac commit 2e6ba3c

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
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.

0 commit comments

Comments
 (0)