Commit Graph
95 Commits
Author SHA1 Message Date
Jovan Popovic 018b319a20 Updated json readme.md file
Added description of comments app in readme.md file
2016-09-06 17:03:52 +02:00
Jovan Popovic 043ed9609c ReactJS sample
Added ReactJS sample app with .Net core REST API
2016-09-06 16:53:36 +02:00
Jovan Popovic eedbbc964f Upgradd Todo REST API
Todo REST API is upgraded from ASP.NET Core RC2 to v1.0
2016-08-14 12:14:46 +02:00
Jovan Popovic c906864cb4 Refactoring and updating package
Products.js file refactored. TodoRest API upgraded to SqlClient v.0.3
and Startup file points to local database by default.
2016-08-14 11:15:33 +02:00
Jovan Popovic a368ddcdfe Local bootstrap files instead of CDN
Replaced CDN files:
<link rel="stylesheet" type="text/css"
href="https://cdn.datatables.net/r/bs-3.3.5/jq-2.1.4,dt-1.10.8/datatables.min.css"
/>
<script type="text/javascript"
src="https://cdn.datatables.net/r/bs-3.3.5/jqc-1.11.3,dt-1.10.8/datatables.min.js"></script>

With local files. Moved images/fonts
2016-08-13 22:43:56 +02:00
Jovan Popovic cb041afcfd fixed bug with modal save
+fix in jquery htmltemplate
2016-08-13 22:13:07 +02:00
Jovan Popovic 18d25dbd47 Refactoring: product.js
Extracted actions in ProductController object.
2016-08-13 14:01:16 +02:00
Jovan Popovic c0745a3e60 Updated main JSON readme file 2016-08-12 11:16:28 +02:00
Jovan Popovic a765c9a4b7 Revert "Updated main JSON readme file"
This reverts commit 8b3fb150fe.
2016-08-12 11:14:53 +02:00
Jovan Popovic 8b3fb150fe Updated main JSON readme file 2016-08-12 11:12:37 +02:00
Jovan Popovic 1faf22f6d6 Revert "Updated json readme"
This reverts commit 3f48ca667e.
2016-08-12 11:10:57 +02:00
Jovan Popovic 3f48ca667e Updated json readme
Description of Product Catalog app is added in main JSON readme file.
2016-08-12 11:09:46 +02:00
Jovan Popovic 5557b03f12 Product Catalog ASP.NET Core App
First stable version.
2016-08-12 11:01:02 +02:00
Jovan Popovic 8240d675d8 Updated JSON Readme.md file
Added product catalog in JSON readme.md file
2016-08-11 15:30:48 +02:00
Jovan Popovic 3501efabdf Ignore .vscode folder in Visual Studio 2016-08-11 15:27:36 +02:00
Jovan Popovic a75c4fc79b Updated README 2016-08-11 14:58:32 +02:00
Jovan Popovic 84767fecf6 Removing UI
Removed UI in index. Updater Readme file.
2016-08-11 14:48:32 +02:00
Jovan Popovic 4611809621 DotNet REST API
Project is moved into dotnet-rest-api folder
2016-08-11 14:01:09 +02:00
Jovan Popovic 8e0cf91a84 Minor fixes
Reorganized scripts in demo, fixed syntax error.
2016-08-05 10:44:55 -07:00
Jovan Popovic eab6c5fa9a Updated table to show some JSON fields
In product listing are shown made in fields from JSON and tags JSON
colums
2016-08-02 16:29:13 -07:00
Jovan Popovic 89e879c06b Added demo scripts
Added demo and setup files in sql-scripts folder. Minor changes in
ProductController.
2016-08-02 13:52:03 -07:00
Jovan Popovic 471ff08811 ProductCatalog moved
Product catalog moved from todo folder to root.
2016-07-31 20:02:32 -07:00
Jovan Popovic dc9126b6f7 ProductCatalog initial version
First version of product catalog application in JSON feature group.
2016-07-31 19:58:54 -07:00
Jovan Popovic 6d29a5c074 Updated readme.md file 2016-06-22 15:31:30 +02:00
Jovan Popovic f73d1d1bd0 Revert "Formatting of nodejs readme.md"
This reverts commit 92b619fd9b.
2016-06-22 15:29:48 +02:00
Jovan Popovic 92b619fd9b Formatting of nodejs readme.md 2016-06-22 15:27:57 +02:00
Jovan Popovic d364e87105 Merge pull request #2 from JocaPC/json
Minor fixes
2016-06-22 15:17:20 +02:00
Jovan Popovic 29cdb0d2c0 Updated setup file
Updated setup.sql file in node.js rest api example.
2016-06-22 15:15:25 +02:00
Jovan Popovic 5569b694a6 Added readme file in json folder
Added missing readme.md file in features/json folder
2016-06-22 15:14:52 +02:00
Jovan Popovic 0e46c20b24 Minor fixes in readme.md
Added minor corrections in readme.md files
2016-06-22 14:51:09 +02:00
Jovan Popovic 09786217ee Added missing www file
bin/www file was ignored in .gitignore. Added missing file.
2016-06-22 13:31:31 +02:00
Jovan Popovic 62f1c65969 Added setup script
Added setup.sql script that creates table and stored procedures.
2016-06-22 13:19:47 +02:00
Jovan Popovic e5b78ee6c0 Node.js REST APi
Draft version of NodeJS REST API that uses SQL/JSON functions
2016-06-22 13:14:40 +02:00
Jovan Popovic 53a2b02b16 Minor changes 2016-06-20 14:37:04 +02:00
Jovan Popovic 079ab6537e Linking files
Added links on Setup.sql and Startup.cs
2016-06-20 11:17:55 +02:00
Jovan Popovic 7c53e84582 minor text update 2016-06-19 22:21:16 +02:00
Jovan Popovic d6a75241fa Updated readme 2016-06-19 20:54:41 +02:00
Jovan Popovic ee0ec356e9 Updated .gitignore and Project_Readme 2016-06-19 15:20:24 +02:00
Jovan Popovic cfee412e3b Renamed xproj file
Changed name to TodoRestWebAPI
2016-06-18 23:46:20 +02:00
Jovan Popovic 2d03bc8550 Ignore .sln files
Added *.sln in .gitignore file
2016-06-18 23:13:11 +02:00
Jovan Popovic 45c1308e38 Added setup and refactoring 2016-06-18 23:09:56 +02:00
Jovan Popovic 3aa76a3a21 Updated Project_Readme file
Added better description.
2016-06-18 16:24:22 +02:00
Jovan Popovic 4caffb56f0 Moved todo-rest project
Files in TodoRest API project are moved to new location.
2016-06-18 15:57:41 +02:00
Jovan Popovic 4305cb9444 Added README.md file
Added README.md file with description of project.
2016-06-14 23:22:27 +02:00
Jovan Popovic 5e99204183 Added dotnet Todo REST API
Added sample app that shows how to create REST API using JSON
functionalities in SLQ server 2016/Azure SQL Database
2016-06-14 22:25:40 +02:00