Skip to content

sanskith/AngularJSSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
)

About

sample application on AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published