ShoppingBasket
ShoppingBasket: Implementation of last question of HW5, CS174A, UCSB
How to run this code:
- Install JDK, Tomcat, MySQL;
- Import two SQL files to MySQL;
- Copy all files to /var/lib/tomcat7/webapps/ROOT/ShoppingBasket
- Restart Tomcat server: sudo /etc/init.d/tomcat7 restart
- Go to http://localhost:8080/ShoppingBasket/index.jsp in your browser. You will see this awesome shopping basket website!
There is a copy of this code running here: http://ec2-52-10-22-101.us-west-2.compute.amazonaws.com:8080/ShoppingBasket/