Commit Graph
24 Commits
Author SHA1 Message Date
Jovan Popovic 48e250190a Upgrades nodejs samples to v0.3 data access 2018-02-04 18:04:02 +01:00
Jovan Popovic 302afeeb8c Changed data access to Express4 tedious v0.2 2018-02-03 19:41:45 +01:00
Jovan Popovic d9f2c7125f Upgraded to express4-tedious DAC
Changed data access layer in nodejs product catalog to express4 tedious.
2018-01-27 14:32:13 +01:00
Jovan Popovic 6ea45bfc6e Updated Readme file 2017-05-03 17:52:53 +02:00
Jovan Popovic c7b205fcd3 Updated product catalog examples for Virtual App Pass demo 2017-05-03 17:39:13 +02:00
Jovan Popovic 8f715933bb Connection string moved to settings file
Connection string in json/ProductCatalog and json/React apps are moved
to settings file. Changed namespaces in ReactCommentsApp
2016-10-25 10:13:16 -07:00
Jovan Popovic d5d7d4950f Conneciton string moved to settigns file 2016-10-25 09:47:43 -07:00
Jovan Popovic 7d31446dd4 Fixed setup.sql in product catalog 2016-09-06 17:15:33 +02:00
Jovan Popovic 78d7ceaf50 Revert "Revert "ReactJS sample""
This reverts commit 7bfe9e042c.
2016-09-06 17:12:34 +02:00
Jovan Popovic 7bfe9e042c Revert "ReactJS sample"
This reverts commit 043ed9609c.
2016-09-06 17:07:23 +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 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 5557b03f12 Product Catalog ASP.NET Core App
First stable version.
2016-08-12 11:01:02 +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