NookLook is a web application that helps users find study spots near them that are tailored to their individual preferences. It is designed keeping in mind the busy lives of students and professionals. It hopes to ease the process of searching for a place to study or relax.
- Arjun Bamba
- Ocean Ronquillo-Morgan
- Bema K. Bonsu III
- Paul Kaster
- Cathy Ding
- Juvensen Jules
- Open Eclipse.
- Import project “nooklook” into your workspace.
- Open the project settings in Eclipse and make sure external JARs are included in the project (ex. mysql-connector-java-5.1.46.jar).
- Open Nooklook_Database.sql and run that in MySQL Workbench. This will create a database called NookLook and ensure you have a database set-up properly and working.
- Change the connection URL (using a String user and String password) in JDBCDriver.java to match your local database credentials.
- Right click on the project and run on Apache TomCat v10.0 server.
- Open Google Chrome.
- Navigate to localhost:8080/nooklook/Home.jsp.
- Start using NookLook!
- Front-end: HTML, CSS, JavaScript, Bootstrap
- Back-end: Java, Servlets, JSP
- Database: mySQL