- Eclipse IDE
- MySQL Workbench
- Export the .sql file using MySQL workbench.
- Change the password of database to "Swap@123" as it is used to access the databse with username as "root".
- After database setup, Open the project in Eclise IDE.
- Right click on project name and BUILD PATH -> CONFIGURE BUILD PATH -> JAVA BUILD PATH -> LIBRARIES -> ADD EXTERNAL JARS. on this path add mysql-connector-jar and servlet-api-jar.
- In server add APACHE TOMCAT SERVER.
- Finally run on server.