Submission for Code fury by team TheITClowns
- Clone project using git
- Import project into Eclipse
- Make sure runtime is selected as Tomcat 9
- Make sure jar files have been added to build path. Following external jars used: gson-2.8.8.jar, jstl-1.2.jar, mysql-connector-java-8.0.26.jar, standard-1.1.2.jar
- create database named "order_processing_system" in sql client. Make sure mysql client username is "root" and password is "root"
- Populate database using sql dump file: order_processing_system_dump_3.sql
- To run the project right click on project and select run as -> run on server
Login credentials for employee: username = 1 password = akshada
Login credentials for customer: username = 1 password = oshee@123
- Compilation error on common java commands: In this case the jre system library will have to be removed and added again