You are going to build an application that will store information on Books and Authors. The relationship between Books and Authors is many-to-many. An Author can write many Books, and a Book can be written by many Authors
- all code should be 100% tested at both the feature and model levels
- you should use a TDD workflow
- you should also follow all MVC conventions.