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.
1 parent 2ff059c commit e9c31c8Copy full SHA for e9c31c8
README.md
@@ -6,6 +6,7 @@
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.
+* Set __AbpODataDemo.WebHost__ as startup project
+* Open Package Manager Console, set __AbpODataDemo.EntityFramework__ as default project and run __Update-Database__ command.
+* 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