Skip to content

Commit 5569b69

Browse files
committed
Added readme file in json folder
Added missing readme.md file in features/json folder
1 parent 3843c4e commit 5569b69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

samples/features/json/readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Samples that use JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database
2+
3+
[Todo REST API - ASP.NET Core](todo-app/dotnet-rest-api)
4+
5+
This project contains an example implementation of ASP.NET Core REST API with CRUD operations on a simple Todo table. You can learn how to build REST API on the existing database schema using new JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database.
6+
7+
[Todo REST API - NodeJS/Express4](todo-app/nodejs-express4-rest-api)
8+
9+
This project contains an example implementation of NodeJS REST API using Express4 framework and Tedious. REST API has basic CRUD operations on a simple Todo table. You can learn how to build REST API on the existing database schema using new JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database.
10+

0 commit comments

Comments
 (0)