Creating the controllers package

Go ahead and create the package for our controller layer. Create the src/controllers folder.

All the code elements corresponding to the controller implementation will be stored there.