Requriements
- IntellJ or Eclipe
- Maven
- MySql
- Java 8
- apache tom cat server a. if Intellj it is available in plugin b. if eclipse you can configure the downlaoded tomcat server bin file
My Sql Version- 5.*
Tables To be Created:
1. create table endgameusers ( firstname varchar(40) , lastname varchar(40) , email varchar(80), username varchar(20), password varchar(20), PRIMARY KEY(username));
Modify View Pages with HTML and CSS and if possible use bootstrap Validations using javascript
Add Questions and Options in the view as well as Backend.
Error Handling and RollBack Data in case of failures Manual Testing