A planner for a most memorable evening, unique to you.
Good Evening is a web application that helps users plan out an entire evening of entertainment. The user begin by detailing their preferences, such as the cuisines or the genres of movies they like, and what hours of the day they are free to devote to these activities. Their planning histories can be stored or shared with others.
- Use Eclipse, click
Open Projects from File System...
and select the folder. You also need MySQL JDBC Driver 5.1.46, which can be found here. - Run
GoodEveningDatabase.sql
with MySQL Workbench or other IDE's to initiate the database. Username and password should beroot
. - Install Apache Tomcat 9. Choose
Install New Software
in Eclipse, selectWeb, XML, Java EE and OSGi Enterprise Development
. Click onServers
tab and add Tomcat 9 as server.