In this sixth video in a unset number in the tutorial series, we will construct a signup form that will allow the user to sign up for a user account in our application. The user will be able to click a link on the login page, that will redirect them to the signup page, where they can fill out some basic information that will be validated and then written to the database, allowing the user to log into the application with the newly created information.

The Application will be built from the ground up in these videos, and will log owned movies to a database as well as various properties about the movies. The Application will be built using various current web development technologies such as MySQL, for the database, Laravel 4 MVC PHP Framework for the back end, and Angular JS along with Twitter Bootstrap for the front end.