CSE 135 project Sabit Nepal A10675253 Allen Nguyen A09823492 Archit Khosla A98102486
Make sure you have the Tomcat Server configured in Eclipse, and then clone.
If one of the errors is "no src folder", just right click the project and make a new folder called src.
Add postgressql Jar file to WebContent/WEB-INF/lib from http://jdbc.postgresql.org/download.html if it isn't there.
Use the SQL file to set up the tables in your database.
\i C:/path/to/sql.sql
Modify conn.jsp with your own credentials.