From 5569b694a6ecd1cb9c453ee8eed4f06f63ef8471 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Wed, 22 Jun 2016 15:14:52 +0200 Subject: [PATCH] Added readme file in json folder Added missing readme.md file in features/json folder --- samples/features/json/readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 samples/features/json/readme.md diff --git a/samples/features/json/readme.md b/samples/features/json/readme.md new file mode 100644 index 00000000..744d1313 --- /dev/null +++ b/samples/features/json/readme.md @@ -0,0 +1,10 @@ +# Samples that use JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database + +[Todo REST API - ASP.NET Core](todo-app/dotnet-rest-api) + +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. + +[Todo REST API - NodeJS/Express4](todo-app/nodejs-express4-rest-api) + +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. +