A simple signUp page made using java servlets, mysql database.
You must have following installed
1.Tomcat7.
2.Mysql database
Steps to set-Up
-
Clone the repositoy into inside your webapps directory on your machine. The path in my machine was "/var/lib/tomcat7/webapps"
-
Execute the command
mysql -u root -p < createDatabase.sql
- Start Tomcat7
/etc/init.d/tomcat7 start
...to be continued