We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 920e4ab + e9c31c8 commit 5c27b8dCopy full SHA for 5c27b8d
README.md
@@ -2,3 +2,11 @@
2
3
* This is a sample project to show usage of OData within an ABP based application.
4
* 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