Skip to content

Commit 219dbc7

Browse files
committed
Update README.md
1 parent fcfc984 commit 219dbc7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
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+
* Perform a GET request to http://localhost:61842/odata/Persons to get list of people.
11+
* Perform a GET request to http://localhost:61842/odata/$metadata#Persons to get person metadata.

0 commit comments

Comments
 (0)