Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 475 Bytes

File metadata and controls

28 lines (17 loc) · 475 Bytes

Film Query

Week 7 Homework Project for Skill Distillery

Overview

This is an exercise in Setting up a server, an introduction

to MySql and using Java to navigate through a film database.

This Application uses an Actor and Film class to create multiple

objects read from a local server (MAMP) using Mysql/JDBC.

Technologies

  • Eclipse
  • Java
  • Git
  • Atom
  • MySql
  • MAMP
  • JUnit

U## Lessons Learned

Using JUnit early helped me complete the project faster.