Create a new application that serves recipes from different authors. An index page that lists all titles of the loaded recipes. Each title is a link that takes you to a single page with the content of that recipe. Each detail view for a recipe has the author name. Clicking on the author's name should take you to an Author Detail page, where you can see a list of all the recipes that Author has contributed to. Make all of the models accessible by the Admin only.