Commit Graph
20 Commits
Author SHA1 Message Date
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 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 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 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