MVC Movie

This is a basic movie database that allows you to input title, release date, genre, price and rating.

To add a new movie simply click the create link and fill in all the fields. Click the create button when finished.

If you want to change anything after something has been created click the edit link to the right of the item and change whichever field you want. Click the save button when finished.

If you want to view the details of an item click the details link next to that item. Click the back to list link when finished.

If you want to remove a movie from the database click the delete link to the right of the item. You will be asked a final time if you are sure. If you are sure click the delete button.

You can filter the titles with either the genre dropdown list or the search box.
To visit the repository and check out the code Click Here.