Scaffold the movies controller

Let us scaffold the movies controller

Follow the steps to generate the code for the Movies Controller.

Start by right clicking the controller and:

Click on Add

This was the MoviesController generated

We can do this manually as well, but to save time we can always generate such boiler plate code!

App is not yet functional since there is no data to show, let us next create some data!

Last updated