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.
- Eclipse
- Java
- Git
- Atom
- MySql
- MAMP
- JUnit
U## Lessons Learned
Using JUnit early helped me complete the project faster.