Skip to content

Commit 5c27b8d

Browse files
committed
2 parents 920e4ab + e9c31c8 commit 5c27b8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22

33
* This is a sample project to show usage of OData within an ABP based application.
44
* It also shows how to host a Web API in an empty Web application.
5+
6+
## How to test
7+
8+
* Restore all nuget packages.
9+
* Set __AbpODataDemo.WebHost__ as startup project
10+
* Open Package Manager Console, set __AbpODataDemo.EntityFramework__ as default project and run __Update-Database__ command.
11+
* Perform a GET request to __http://localhost:61842/odata/Persons__ to get list of people.
12+
* Perform a GET request to __http://localhost:61842/odata/$metadata#Persons__ to get person metadata.

0 commit comments

Comments
 (0)