Updated Project_Readme file

Added better description.
This commit is contained in:
Jovan Popovic
2016-06-18 16:24:22 +02:00
parent 000516ea0f
commit 3aa76a3a21
@@ -123,6 +123,7 @@
position: absolute;
bottom: 10px;
}
</style>
</head>
<body>
@@ -133,7 +134,7 @@
In this example you can see how to easily create REST API with CRUD operations using ASP.NET Core Framework and
built-in JSON functionalities in SQL Server 2016 and Azure SQL Database.
</span>
<p>This project is created using <a href="http://www.asp.net/core">ASP.NET Core</a>.</p>
<p>You can find detailed explanation in <a href="http://www.codeproject.com/Articles/1106622/Building-REST-services-with-ASP-NET-Core-Web-API-a">Code Project</a> article.</p>
</div>
<div id="main">
@@ -145,14 +146,7 @@
</ul>
</div>
<div class="section">
<h2>Do you want to learn more?</h2>
<ul>
<li>Read article on <a href="http://www.codeproject.com/Articles/1106622/Building-REST-services-with-ASP-NET-Core-Web-API-a">Code Project</a> site.</li>
<li>Find more samples on <a href="https://github.com/Microsoft/sql-server-samples">SQL Server samples GitHub</a></li>
</ul>
</div>
<div class="section last">
<h2>Run & Deploy</h2>
<h2>Run</h2>
<ul>
<li>Create new database on SQL Server 2016 or Azure SQL.</li>
<li>Execute setup.sql script to create Todo table and populate it with sample data</li>
@@ -160,6 +154,13 @@
<li>Run project and call REST api on /api/Todo URL.</li>
</ul>
</div>
<div class="section last">
<h2>Try REST Service</h2>
<ul>
<li>Open /api/Todo or /api/Todo/1 URLs to try GET methods.</li>
<li>Use some tool that send POST, PUT, PATCH, or DELETE requests to web server (e.g. Chrome Poster) to try other methods.</li>
</ul>
</div>
<div id="footer">
<p>We would love to hear your feedback</p>