Skip to content

A simple application using spring boot and angular

Notifications You must be signed in to change notification settings

nithinurs46/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

todo

A simple todo application created using angular and spring boot. A scheduler is created for sending websocket notification reminding the user about the tasks pending. Spring security is used for authentication and authorizartion. Hibernate is used for dao layer along with postgres database. Lazy loading is used in angular to load only the required modules. Websocket is used for sending notification from server to client. Junit is created covering few test cases.