A Todo Web Application using Java Spring Framework
Once deployed on the server, users can login by visiting /DoIT/login on the servers. As of now, the default user is "sayan" and password is "pass".
- After login, the user is taken to the welcome page.
- From the Welcome Page they can click on Manage Todos, to view, add, update and delete their todos
- Navigation controls are also provided in all pages
- Add persistent storage of User Data
- Add more users
- Improve the login feature using Spring Security