GitHub - sanskith/AngularJSSample: sample application on AngularJS

This is a Sample application of AngularJS, where UI is built on top of AngularJS.

This AngualJS code will call a Restful service to read the JSON data and it will display the data in a tabular form dynamically.

It also has Spring Boot RestFul Webservice, where it will read the data from prostgresSQL.

Creat a table in the DB as below

todo(
id,
todo,
color,
timeStamp,
completed
)