Commit Graph
57 Commits
Author SHA1 Message Date
Jovan Popovic 346d5aa86b Updated readme file 2016-10-29 11:08:02 -07:00
Jovan Popovic dfc40b3a1e Updated AngularJS application.
Included node.js libraries.
2016-10-29 10:43:07 -07:00
Jovan Popovic 08cce021ee AngularJS Hero app
Working version of Hour of heroes app.
2016-10-29 09:34:49 -07:00
Jovan Popovic c1b729cd6d ReactJS app moved to different folder
ReactJS app is moved to reactjs/dotnet-comment-app. Removed
project.lock.json file from source control.
2016-10-29 09:14:27 -07:00
Jovan Popovic b36a769b11 Connection string moved to config
Connection strings in Todo REST API is moved to settings file.
2016-10-25 10:33:10 -07: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 c470a54527 JSON CRUD generator
Added JSON CRUD generator sample code.
2016-10-24 22:07:50 -07:00
Jovan Popovic c22aab705e Fixed .gitignore file in comments app 2016-09-06 17:24:14 +02: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 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