Overview

Create a basic ASP.NET/C# MVC movie management application. The application can be used in two modes - public and admin. The public mode is what a normal user would use to browse/search for movies stored in the database. The admin mode is for an authenticated user who can add/edit/delete movies in the database.

This project is meant to test the developer's overall familiarity of using .NET technologies (MVC, Entity Framework, ASP.NET Identity) as well as determine their comfort level with front-end coding through HTML/CSS/Javascript. Once the project is complete, the result will be reviewed for:

Based on the review, a code review session will be conducted with the candidate with any questions and feedback over a screen share or in-person.

Prerequisites

Github Account

You will need a GitHub account to complete and submit the project. If you do not have a GitHub account, it is easy to set up and free.

Visual Studio Community 2015 And IIS Express

Please download the latest version of Visual Studio Community 2015. If you already have access to a non-community version of Visual Studio 2015, please feel free to use it. Visual Studio should come packaged with IIS Express.

Project Requirements

This section highlights the overall requirements for the project. If you are not familiar with any of these concepts, we have provided reference links below for more information.

General Requirements

You will use ASP.NET MVC to manage the user interface and page access. To manage access to the application you will use ASP.NET Identity. To manage the database you will use Entity Framework with Code First Migrations.

Public Mode

Admin Mode

NOTE: Please add one Admin User to the Seed method in Configuration.cs so that we can log in and test your application.

Deliverables

Please fork the DeveloperMovieProject to your own GitHub account. Commit all of your project work to this forked repository.

Once you finish the project, make sure to push all of your code to the repository and then send us a link.

References