this is a simple todo app made using java tomcat.
compile code and put files in your tomcat library's webapps folder. then head to bin folder and run
catalina.bat run- download & install wamp/xampp and open phpmyadmin
- create a mysql database named
todoapp - create two tables named
todos&users - switch to
todostable. - create INT AUTO_INCREASEMENT colunm named
id - create three
TEXTcolumns namedtodo_user,todo_textandtodo_statusintodostable. - now switch to
usersdatabase. - create two
TEXTcolumns namedusernameandpassword. - You're good to go! now run mysql server. You can run through either wamp/xampp server or command line.