Lessons: 16Length: 1.6 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.4 Project Overview

In this lesson, I'll give you a preview of our completed course project. I'll also outline the features that we'll be creating during the course.

1.4 Project Overview

Hi and welcome back to continuous integration workflow. In this lesson, I will give you an overview of the course project. First, we'll have a look at the project in the browser. It is a simple book management utility. You can for instance, manage authors which are preceded, as well as publishers. You can also add and edit books. In the first part of the course we will implement managing authors. And in the second part we will add publisher management. The code itself is very basic. Since this isn't the focus of this course all controls are simple crux resources. During the course, we will create a lot of tests for these controllers, which you can find in the spec directory. In the last part of this course, we will deploy the Rails app using Capistrano. You can find the necessary configuration and config deploy or in the deploy.rb file in the config folder. In the next lesson, we will start with an overview of the Trevis CRS service. See you there.

Back to the top